RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBGeneratorField.ApplyEvent Property

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

Pascal
property ApplyEvent: TIBGeneratorApplyEvent;
C++
__property TIBGeneratorApplyEvent ApplyEvent;

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.
 

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