IBX.IBCustomDataSet.TIBGeneratorField.ApplyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplyEvent : TIBGeneratorApplyEvent read FApplyEvent write FApplyEvent;

C++

__property TIBGeneratorApplyEvent ApplyEvent = {read=FApplyEvent, write=FApplyEvent, nodefault};

Properties

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

Description

Indicates when the TIBGeneratorField instance calls the server to generate a value for the associated field.

Set TIBGeneratorApplyEvent to indicate when the server generates field values using this generator.

Note: Regardless of the value of ApplyEvent, applications can generate the field value at any time by calling the Apply method.