RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStringField.CheckTypeSize Method

Indicates the type size of the string field.

Pascal
class procedure CheckTypeSize(Value: Integer); override;
C++
virtual __fastcall CheckTypeSize(int Value);

Call CheckTypeSize to determine the type size of the string field. 

There is both a virtual method and a static method for the CheckTypeSize method. 

All sizes are valid for a TIBString field. 

 

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