Language Reference Guide : C. Generated User Classes : ValueDefinitionProxy User Class
 
Share this page                  
ValueDefinitionProxy User Class
The ValueDefinitionProxy class provides a 4GL ListTextValues method to generate runtime lists from ValueDefinition system class objects (see ValueDefinition Class).
This provides a simpler implementation of list generation and the ability to extend the capabilities by overdefinition of the proxy class.
Using the proxy to build a list from a ValueDefinition object is a simple two-statement process, for example:
valuedef_proxy.MapDefinition(Definition=valuedef);
list = valuedef_proxy.ListTextValues();
Inherits From
UserObject Class
Inherited By
None
Attributes
None
Methods
ListTextValues
MapDefinition