Class TStringOption

Unit

Declaration

type TStringOption = class(TValueOption)

Description

String option

accepts a single string

Hierarchy

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;
 

Methods

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

Properties

Public property Value: String read FValue write FValue;
 

Generated by PasDoc 0.16.0.