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