Item_Exit_msg - Cm_Entry
Sent in response to the item_change or the exiting message
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Item_Exit_msg
| Access Type | Syntax |
|---|---|
| Read Access: | Get Item_Exit_msg to IntegerVariable |
| Write Access: | Set Item_Exit_msg to IntegerVariable/Value |
Description
Each entry_item has a message which is sent every time the item is exited by the user. The Item_exit_msg message is sent in response to the item_change or the exiting message. The item_exit_msg property is sent as a parameter to the item_exit function. You may override the function with custom exit processing of the item.
set item_exit_msg 0 to msg_exiting_field