RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBGeneratorField Class

TIBGeneratorField calls the server to generate values for a field in an IB dataset.

Pascal
TIBGeneratorField = class(TPersistent);
C++
class TIBGeneratorField : public TPersistent;

Assign an instance of TIBGeneratorField as the value of a dataset's GeneratorField property to indicate that the value of a specified field in the dataset can be generated by the server. 

Use the Field property to specify the field whose value is generated by the TIBGeneratorField object. Use the Generator and IncrementBy properties to specify how the server should generate field values. Use the ApplyEvent property to indicate when the TIBGeneratorField should call the server to generate field values. 

 

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