RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TArrayField Class

TArrayField represents an Array field in a dataset.

Pascal
TArrayField = class(TObjectField);
C++
class TArrayField : public TObjectField;

Array fields consist of a set of subfields of the same type. The field type of all subfields can be scalar (for example, float, string), or non-scalar (an ADT), but an array field of arrays is not permitted. The SparseArrays property of TDataSet determines whether a unique TField object is created for each element of the array field. 

 

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