Skip to content

Error_Message - CodePickList_

Sets the text of the message displayed when validation fails

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String Error_Message
Access Type Syntax
Read Access: Get Error_Message to StringVariable
Write Access: Set Error_Message to StringVariable/Value

Description

The value of the Error_message property sets the text of the message displayed when validation fails. If the value of this property is empty ("") and the error_number property is a number defined in the error file flexerrs.dat, the text defined in that file for the error of that number will be displayed.

Default is ". Press F4 to see Valid options".