Page History
...
The fully qualified control name.
Example
| Code Block |
|---|
Declare function Get_Property
* retrieve the DROPTARGET control and display the name in a message
dropTarget = Get_Property("SYSTEM","DROPTARGET")
if dropTarget = @window:".EDITLINE_2" then
msg(@window,"The Drop Target control is " : dropTarget)
end |