====== UDPLIST property (Common) ====== ==== Description ==== Returns a list of user defined ("@") property names that have been set for an object. ==== Property Value ==== An @Fm delimited list of user-defined property names. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get Only|No|No|No| ==== Remarks ==== N/A ==== Example ==== * // UDPLIST property example * // * // Set some User defined properties for the current window and * // use the UDPLIST property to check what has been set ... $Insert Logical Call Set_Property_Only( @Window, "@_LOCKED", TRUE$ ) Call Set_Property_Only( @Window, "@_ID", CustomerID ) UdpIDs = Get_Property( @Window, "UDPLIST" ) * // UdpIDs contains the following @fm-delimited list: * // * // <1> @_LOCKED * // <2> @_ID ==== See Also ==== '@' (User-defined) property, GETUDP method, SETUDP method