To access the properties of any menus associated with graphical objects, you have to specify:
the window name followed by a decimal point (optional: to specify if the object does not belong to the current window),
the object name,
the menu name between square brackets,
a colon ( : ),
the name of the property concerned.
Syntax:
WindowName.ObjectName[MenuName]:PropertyName
Warning: No spaces are permitted in the identification key.
The identification key is considered to be a variable, and can be used anywhere except in a DS.
For example:
SalesList[Modify]:Shaded = *TRUE
Window1.SalesList[Modify]:Shaded = *TRUE
↑ Top of page Copyrights Ι ©Hardis Group 2025 - Any partial or total reproduction of the content, not expressly authorized by Hardis Group, is strictly prohibited.