IBX.IBCustomDataSet.TIBStringField.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TIBStringField(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBStringField |
Description
Creates an instance of a TIBStringField object.
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