Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CTRLMAP property ====== ==== Applies To ==== Window ==== Description ==== Returns an @FM-delimited list of control identifiers, as they apply to the specified window, including the menu. Note: The list that is returned orders its contents by the tab order, allowing the user another way to manipulate controls in conjunction with using the tab order. ==== Usage ==== Return the identifiers for all controls on the specified window: //controlIDs// = **Get_Property**(//windowname//, "**CTRLMAP**") ==== Returns ==== Value returned by Get_Property: ^Value^Description^ |//ControlIDs//|Identifiers for all controls belonging to the specified window.| ==== See Also ==== [[objectlist_service|Utility("OBJECTLIST")]] ==== Example ==== <code> * (in some stored procedure, like a button click) Declare Function Get_Property, Set_Property Map = Get_Property(@WINDOW, "CTRLMAP") * assuming the first control in the tab order has a TEXT property rslt = Set_Property(Map<1>, "TEXT", "Change Me") return 0 </code> guides/programming/programmers_reference_manual/ctrlmap.txt Last modified: 2024/06/19 20:20by 127.0.0.1