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

Overview

Fields

Protected FValues: TStringList;

Methods

Protected function CheckValue(const AString: String): Boolean; override;
Public constructor CreateEx(const AShort: Char; const ALong: String; const AShortCaseSensitive, ALongCaseSensitive: Boolean); override;
Public destructor Destroy; override;

Properties

Public property Values: TStringList read FValues;

Description

Fields

Protected FValues: TStringList;
 

Methods

Protected function CheckValue(const AString: String): Boolean; override;
 
Public constructor CreateEx(const AShort: Char; const ALong: String; const AShortCaseSensitive, ALongCaseSensitive: Boolean); override;
 
Public destructor Destroy; override;
 

Properties

Public property Values: TStringList read FValues;
 

Generated by PasDoc 0.16.0.