RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.DataSize Property

Indicates the number of bytes needed to store the aggregate's value.

Pascal
property DataSize: Integer;
C++
__property int DataSize;

Read DataSize to determine how much memory is required to store the aggregate's value. This is useful when defining objects that store aggregate values. For example, the Fields editor uses DataSize when defining aggregate fields. 

 

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