Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
PasDoc_OptionParser
type TStringOption = class(TValueOption)
String option
accepts a single string
FValue: String;
function CheckValue(const AString: String): boolean; override;
property Value: String read FValue write FValue;