Class TStringOption
Unit
Declaration
type TStringOption = class(TValueOption)
Description
String option
accepts a single string
Hierarchy
- TObject
- TOption
- TValueOption
- TStringOption
Overview
Fields
![]() |
FValue: String; |
Methods
![]() |
function CheckValue(const AString: String): boolean; override; |
Properties
![]() |
property Value: String read FValue write FValue; |
Description
Fields
![]() |
FValue: String; |
Methods
![]() |
function CheckValue(const AString: String): boolean; override; |
Properties
![]() |
property Value: String read FValue write FValue; |
Generated by PasDoc 0.16.0.