JCL Help:TJclSetTypeInfo.GetAsList@@Boolean@TStrings

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Convert a set value to a list of strings.


Pascal

 public procedure GetAsList(const Value; const WantRanges: Boolean; const Strings: TStrings);


Parameters

Parameters Description
const Value Set variable to convert to a list of member values.
const WantRanges: Boolean Flag to determine if ranges are to be used for adjacent members.
const Strings: TStrings TStrings descendant to retrieve the list of values/ranges set in Value. Caller is responsible for instantiating, clearing and freeing the list object.


Description

Convert a set value to a list of members. Optionally adjacent members in the set are specified as a range instead of separate strings.


About

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page