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

Source: source/component/PasDoc_OptionParser.pas (line 171).

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;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 173).

Methods

Protected function CheckValue(const AString: String): Boolean; override;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 174).

Public constructor CreateEx(const AShort: Char; const ALong: String; const AShortCaseSensitive, ALongCaseSensitive: Boolean); override;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 181).

Public destructor Destroy; override;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 183).

Properties

Public property Values: TStringList read FValues;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 180).


Generated by PasDoc 0.17.0.snapshot.