RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.SparseMap Property

Indicates whether the associated table producer has customized the number or order of the fields that appear in the table.

Pascal
property SparseMap: Boolean;
C++
__property Boolean SparseMap;

Read SparseMap to determine whether Fields is a simple reflection of the underlying dataset. TDSTableProducer sets SparseMap when it builds the field map. SparseMap is false if TDSTableProducer builds a default field map directly from the dataset. SparseMap is true if the number or order of the fields has been changed from the default. When SparseMap is true, the Fields array may contain undefined fields. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!