Language Reference Guide : 4. System Classes : GhostExec Class : MessageInteger Attribute
 
Share this page                  
MessageInteger Attribute
Data Type: integer
4GL Access: R
When a frame receives a user event, this attribute contains the value assigned to the messageinteger parameter of the SendUserEvent call.
Use this attribute in a UserEvent block to obtain the messageinteger parameter value sent to the frame by the SendUserEvent call for that user event.
Because messageinteger is an optional parameter for the SendUserEvent method, this attribute may not have a value. In such instances, the default is zero.