Applies to

All controls.

Description

This property provides a method of obtaining a list of user-defined properties for a control.

Usage

UDPs = Get_Property (objectname”UDPLIST”)

Note: Only for use with the Get_Property function.

Returns

An @fm delimited list of user-defined properties.

See Also

User-Defined Properties

Example

declare function dcount
 
UDPs = Get_Property(CtrlEntId,'UDPLIST')
 
numUDPs = dcount(UDPs,@fm)
ctrls = str(ctrlentid:@fm,numUDPs)
 
swap @fm with @rm in ctrls
swap @fm with @rm in UDPs
 
values = Get_Property(ctrls,UDPs)
  • No labels