Please enable JavaScript to view this site.

ESL Documentation

Object Inquiry Built-in Function

Return whether a table cell is being edited.

edit mode of TABLE_NAME

TABLE_NAME

The identifier for a table.

Description

This built-in function returns true if a table cell is being edited.

Example

 

response to item BEditMode from Menu

 copy "edit mode of Table = " (edit mode of Table) to MsgStr

 action SendMsg