Purpose

.Raised allows you to specify the raised property for a Static Text object.
 

Syntax

Setting:          ObjectReference.Raised = Value

Retrieving:     Variable = ObjectReference.Raised
 

Operation

ObjectReference is the Tag Name of the object
Value
is the setting for the raised property (TRUE or 1 = raised, FALSE or 0 = not raised)
Variable
is a numeric variable
 

Remarks
 

 

Example

To set the .Raised property of a Static Text (Tag Name = CustomerNumberPrompt):

CustomerNumberPrompt.Raised = TRUE


To retrieve the value of the .Raised property from the same Static Text:

#CUSTOMERNUMBERPROMPT_RAISED = CustomerNumberPrompt.Raised
 

Comment on this topic

Topic ID: 510080