RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.GeneratorField Property

Specifies whether the dataset should refresh its data every time it posts a record.

Pascal
property GeneratorField: TIBGeneratorField;
C++
__property TIBGeneratorField GeneratorField;

Use GeneratorField to specify a generator that automatically provides the value for one of the fields in the dataset. Use the properties of the TIBGeneratorField object to indicate which field's value should be set and how that value should be calculated.

Warning: Do not set the value of GeneratorField. To change the value of this property, change the properties of the TIBGeneratorField object that is the value of this property.
 

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