Data.DB.TField.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

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