IBX.IBCustomDataSet.TIBCustomDataSet.GeneratorField
Delphi
property GeneratorField : TIBGeneratorField read FGeneratorField write SetGeneratorField;
C++
__property TIBGeneratorField* GeneratorField = {read=FGeneratorField, write=SetGeneratorField};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBCustomDataSet |
Description
Specifies whether the dataset should refresh its data every time it posts a record.
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.