prop_useaddress.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:UseAddress ====== | |
Returns the address of an ANY typed variable that refers to the USE variable of a control. This property is Read/Write, but the returned value can be used only in the right side of another property assignment to PROP:UseAddress (or, for comparison of values returned for 2 PROP:UseAddress properties).
Example:
Loc:Any ANY
FEQ2 ANY
Window WINDOW('Caption'),AT(,,260,100),GRAY
ENTRY(@s20),AT(57,23,60,10),USE(Loc:Any)
ENTRY(@s20),AT(57,50,60,10),USE(FEQ2)
END
X LONG
CODE
OPEN(Window)
ACCEPT
X = ?Loc:Any{PROP:UseAddress}
?Feq2{PROP:UseAddress} = X
BREAK
END
prop_useaddress.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1