Data.DB.TADTField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TADTField(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TADTField

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.

See Also