IBX.IBCustomDataSet.TIBBCDField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

Description

Creates an instance of a TIBBCDField object.

Create sets the datatype to ftBCD and the size to 8.