RAD Studio VCL Reference
|
TArrayField represents an Array field in a dataset.
TArrayField = class(TObjectField);
class TArrayField : public TObjectField;
DB
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|