OnValidateField Event

Applies to
TIB_Statement

Declaration
TIB_RowFieldEvent = Procedure(Sender: TIB_Statement; ARow: TIB_Row; AField: TIB_Column ) of object;

Description
Event to validate the field's value. Raise an exception if it is invalid.