RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameter.Size Property

Gets and sets the size of the parameter value in bytes.

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

Size is used for binary and string types. Size is ignored for fixed length data types. For Unicode, Size is the number of characters, not bytes. Size does not include any string terminating characters. 

Size and DbType can be inferred if Value is set, but they are not explicitly set by setting Value

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!