Class TStringOptionList
Unit
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
- TObject
- TOption
- TValueOption
- TStringOptionList
Overview
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; |
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.16.0.