TableIsInserting |
Top Previous Next |
Prototype
BoolBOF:=TableIsInserting(intTableHandle)
Description
Returns true if the table is into insert mode.
Parameters
IntTableHandle: integer value corresponding to the table handle.
Returned value
BoolBOF: true or false logical value. If it returns true the table is into insert mode.
Notes
The letter after the word "Table" is upper-case 'i' and not 'L'.
|