Class TIntegerOption

Unit

Declaration

type TIntegerOption = class(TValueOption)

Description

Option that accepts additional Integer as a value.

Source: source/component/PasDoc_OptionParser.pas (line 143).

Hierarchy

Overview

Fields

Protected FValue: Integer;

Methods

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

Properties

Public property Value: Integer read FValue write FValue;

Description

Fields

Protected FValue: Integer;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 145).

Methods

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

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 146).

Properties

Public property Value: Integer read FValue write FValue;

This item has no description.

Source: source/component/PasDoc_OptionParser.pas (line 152).


Generated by PasDoc 0.17.0.snapshot.