IBX.IBCustomDataSet.TIBDataSet.GeneratorField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GeneratorField: TIBGeneratorField read FGeneratorField write SetGeneratorField;

C++

__property GeneratorField;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

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

IBX.IBCustomDataSet.TIBDataSet.GeneratorField inherits from IBX.IBCustomDataSet.TIBCustomDataSet.GeneratorField. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.GeneratorField.

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.