JCL Help:TJclSetTypeInfo.SetAsList@@TStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclSetTypeInfo.SetAsList Method
[+] TJclSetTypeInfo Methods
[+] TJclSetTypeInfo Properties
Search in JCL Help
Search in all projects
Summary
Convert a a list of strings to a set value.
Pascal
public procedure SetAsList(out Value; const Strings: TStrings);
Parameters
Parameters | Description |
out Value | Set variable to retrieve the the set value. |
const Strings: TStrings | TStrings descendant holding the list of members/ranges. Caller is responsible for instantiating and freeing the list object. |
Description
Convert a list of string values to a set value. Strings can be any valid set member or ranges of set members.
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