Object Inquiry Built-in Function
Return an integer value representing the edit key.
edit key of TABLE_NAME
TABLE_NAME
The identifier for a table.
Description
Use this built-in function to return an integer value that represents the keystroke used to start edit mode. The possible values are defined in the ACCEL.INC header file.
Example
response to item BEditKey from Menu_AB
copy "edit key of Table = " (edit key of Table_TBL)
to MsgStr_SV
action SendMsg