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. ====== UDPLIST Property ====== ==== 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|User-Defined Properties]] ==== Example ==== <code> 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) </code> guides/programming/programmers_reference_manual/udplist.txt Last modified: 2024/06/19 20:20by 127.0.0.1