API:FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDSQLTimeIntervalField

Description

Creates and initializes a field component.

FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.Create inherits from Data.DB.TField.Create. All content below this line refers to Data.DB.TField.Create.

Creates and initializes a field component.

Do not create TField instances. TField is intended only as a base class, and should not be directly instantiated. The constructor for descendant classes is usually called by the dataset when it is opened.

After calling the inherited constructor, TField initializes the Visible property to true.

See Also