Data.DB.TSingleField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of a TNumericField object.

Data.DB.TSingleField.Create inherits from Data.DB.TNumericField.Create. All content below this line refers to Data.DB.TNumericField.Create.

Creates an instance of a TNumericField object.

Do not call the create method for TNumericField directly. TNumericField is an abstract class and its constructor should only be called as an inherited method from the constructor of a derived class.

Create changes the Alignment property to taRightJustify.

See Also