guides:oi10:presentation_server:udplist_property_common

UDPLIST property (Common)

Returns a list of user defined ("@") property names that have been set for an object.

An @Fm delimited list of user-defined property names.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet OnlyNoNoNo

N/A

 
* // 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
 
 
 

'@' (User-defined) property, GETUDP method, SETUDP method

  • guides/oi10/presentation_server/udplist_property_common.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1