show / hide menu

GetProperty

This function can be used to return the property value of a control

Syntax:

GetProperty(Control)

Where
Control is the name of the control with the property.

Examples:

Textbox1.Value= GetProperty(txttset1.label.Position).

This example shows the property of the label.