Column_Validate_msg - DataList
Sent every time the item is validated 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_Validate_msg
| Access Type | Syntax |
|---|---|
| Read Access: | Get Column_Validate_msg to HandleVariable |
| Write Access: | Set Column_Validate_msg to HandleVariable/Value |
Description
Each entry_item has a message which is sent every time the item is validated. The Column_Validate_msg message is sent in response to the item_change or the exiting message. You may override the property with custom validation processing of the item.
set Column_Validate_msg 3 to msg_Validate_Price