Window Properties
This property defines an associative list of properties that control the appearance and behavior of a form component running in a Windows environment.
Example: $windowproperties("FORM2",
"backimage") = "backimage=@%%LOGO.MYENT%%%.png")
Expected Value: |
String |
Default Value: |
None |
Description
The window properties are the widget properties of a form component. Selected properties can be set in ProcScript using newinstance and $windowproperties. For more information, see newinstance and $windowproperties.
Window Properties
The following window properties can be set declaratively in Window Properties, and dynamically with the $widgetproperties ProcScript function.
- Background Color (BackColor)
- Foreground Color (ForeColor)
- Background Image (BackImage)
- Horizontal Alignment (Halign)
- Vertical Alignment (Valign)
- Horizontal Scaling (Hscale)
- Vertical Scaling (Vscale)
- Preserve Aspect Ratio (PreserveAspect)
The following window properties can be set declaratively in Window Properties, and in ProcScript with newinstance.
The following properties can be set declaratively in Window Properties, but not in ProcScript: