Class TIntegerOption
Unit
Declaration
type TIntegerOption = class(TValueOption)
Description
Integer option
accepts only integers
Hierarchy
- TObject
- TOption
- TValueOption
- TIntegerOption
Overview
Fields
![]() |
FValue: Integer; |
Methods
![]() |
function CheckValue(const AString: String): boolean; override; |
Properties
![]() |
property Value: Integer read FValue write FValue; |
Description
Fields
![]() |
FValue: Integer; |
Methods
![]() |
function CheckValue(const AString: String): boolean; override; |
Properties
![]() |
property Value: Integer read FValue write FValue; |
Generated by PasDoc 0.16.0.