OnCreateColumn Event |
Applies to
TIB_Statement
Declaration
TIB_CreateColumnEvent = Procedure(Sender: TIB_Statement; ARow: TIB_Row; const ANewIndex: smallint; const PSQLVAR: PXSQLVAR; var AColumn: TIB_Column ) of object;
Description
Method to allow customized TIB_Column classes to be used.