FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDSQLTimeIntervalField

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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