Class TStringOptionList
Unit
PasDoc_OptionParser
Declaration
type TStringOptionList = class(TValueOption)
Description
stringlist option
accepts multiple strings and collates them even if the option itself is specified more than one time
Hierarchy
Overview
Fields
Methods
|
function CheckValue(const AString: String): Boolean; override; |
|
constructor CreateEx(const AShort: Char; const ALong: String; const AShortCaseSensitive, ALongCaseSensitive: Boolean); override; |
|
destructor Destroy; override; |
Properties
Description
Fields
|
FValues: TStringList; |
|
Methods
|
function CheckValue(const AString: String): Boolean; override; |
|
|
constructor CreateEx(const AShort: Char; const ALong: String; const AShortCaseSensitive, ALongCaseSensitive: Boolean); override; |
|
|
destructor Destroy; override; |
|
Properties
|
property Values: TStringList read FValues; |
|
Generated by PasDoc 0.15.0.
|