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 TIntegerOption = class(TValueOption)
Integer option
accepts only integers
FValue: Integer;
function CheckValue(const AString: String): boolean; override;
property Value: Integer read FValue write FValue;