SQLIsValid property |
Applies to
TIB_Statement
Declaration
Property SQLIsValid : boolean;
Description
Tells whether the statement has a need to reprepare itself.
This becomes true when a call to InvalidateSQL is made and is false after a
statement or dataset is prepared or reprepared.