Class TValueOption
Unit
Declaration
type TValueOption = class(TOption)
Description
Base class for all options that have values.
These options that take one or more values of the form --option=value or --option value etc
Source: source/component/PasDoc_OptionParser.pas (line 136).
Hierarchy
- TObject
- TOption
- TValueOption
Overview
Methods
| Protected | function CheckValue(const AString: String): boolean; virtual; abstract; |
| Protected | function ParseOption(const AWords: TStrings): boolean; override; |
Description
Methods
| Protected | function CheckValue(const AString: String): boolean; virtual; abstract; |
|
This item has no description. Source: source/component/PasDoc_OptionParser.pas (line 138). | |
| Protected | function ParseOption(const AWords: TStrings): boolean; override; |
|
This item has no description. Source: source/component/PasDoc_OptionParser.pas (line 139). | |
Generated by PasDoc 0.17.0.snapshot.