RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBGeneratorField.Create Constructor

Creates an instance of TIBGeneratorField.

Pascal
constructor Create(ADataSet: TIBCustomDataSet);
C++
__fastcall TIBGeneratorField(TIBCustomDataSet ADataSet);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!