RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStringField.Create Constructor

Creates an instance of a TIBStringField object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TIBStringField(TComponent * AOwner);

It is seldom necessary to call Create directly, because a string field component is instantiated automatically for all string fields in a dataset. 

After calling the inherited constructor, Create sets

  • DataType to ftString.
  • Size to 20.
  • Transliterate to True.
  • BlanksToNull to True

 

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