Class TIntegerOption

Unit

Declaration

type TIntegerOption = class(TValueOption)

Description

Integer option

accepts only integers

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;
 

Methods

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

Properties

Public property Value: Integer read FValue write FValue;
 

Generated by PasDoc 0.16.0.