Data.DB.TADTField.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TADTField |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TADTField(System::Classes::TComponent* AOwner);
Description
Creates an instance of TADTField.
Call Create to create and initialize an instance of TADTField. Create calls the inherited constructor and then sets the DataType to ftADT.