RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.DataSize Property

Indicates the number of bytes required to represent the Data property.

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

Read DataSize to determine the number of bytes required for storing the client dataset's data. For example, before streaming the Data property to a fixed size buffer using the SaveToStream method, read DataSize to determine the necessary size of that buffer. 

 

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