ProLinga-4GL Reference Manual |
---|
PickList — List of options.
The pick list can hold data which can be displayed in combo boxes. The user typically selects one of the values out of the list. The list can be populated at development time as well by using logic commands at runtime.
Table 17. PickList Object Properties
<Object Application="MyOrder" Type="PickList" name="Size"> <PickList> <Description>Size</Description> <DetailDescription>Available sizes</DetailedDescription> <Modified>2007-11-12T09:58:00</Modified> <OccurencesPickListEntry> <PickListEntry> <Value>Small</Value> </PickListEntry> <PickListEntry> <Value>Medium</Value> </PickListEntry> <PickListEntry> <Value>Large</Value> </PickListEntry> </OccurencesPickList> </PickList> </Object>
<< Logic Object | Record Object >> |