Column_Exit_msg - DataList
Sent every time the item is exited by the user in response to the item_change or the exiting message
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iCol | Integer | The column number (0-based) |
Syntax
Property Handle Column_Exit_msg
| Access Type | Syntax |
|---|---|
| Read Access: | Get Column_Exit_msg to HandleVariable |
| Write Access: | Set Column_Exit_msg to HandleVariable/Value |
Description
Each entry_item has a message which is sent every time the item is exited by the user. The Column_exit_msg message is sent in response to the item_change or the exiting message. The column_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 column_exit_msg item 6 to msg_exiting_field