Class TStringOption
Unit
Declaration
type TStringOption = class(TValueOption)
Description
Option that accepts additional string as a value.
Source: source/component/PasDoc_OptionParser.pas (line 156).
Hierarchy
- TObject
- TOption
- TValueOption
- TStringOption
Overview
Fields
| Protected | FValue: String; |
Methods
| Protected | function CheckValue(const AString: String): boolean; override; |
Properties
| Public | property Value: String read FValue write FValue; |
Description
Fields
| Protected | FValue: String; |
|
This item has no description. Source: source/component/PasDoc_OptionParser.pas (line 158). | |
Methods
| Protected | function CheckValue(const AString: String): boolean; override; |
|
This item has no description. Source: source/component/PasDoc_OptionParser.pas (line 159). | |
Properties
| Public | property Value: String read FValue write FValue; |
|
This item has no description. Source: source/component/PasDoc_OptionParser.pas (line 165). | |
Generated by PasDoc 0.17.0.snapshot.