guides:programming:programmers_reference_manual:udplist

UDPLIST Property

All controls.

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

UDPs = Get_Property(objectname,”UDPLIST”) Note: Only for use with the Get_Property function.

An @fm delimited list of user-defined properties.

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)
 
 
 
 
 
 
  • guides/programming/programmers_reference_manual/udplist.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1