IBX.IBCustomDataSet.TIBGeneratorField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ADataSet: TIBCustomDataSet);

C++

__fastcall TIBGeneratorField(TIBCustomDataSet* ADataSet);

Properties

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

Description

Creates an instance of TIBGeneratorField.

Do not create instances of TIBGeneratorField. This class is designed to work with an IB dataset and is automatically created by the dataset to implement its GeneratorField property.

ADataSet is the dataset that creates the TIBGeneratorField instance and which contains the field whose value the generator field assigns.