Class TBoolOption

Unit

Declaration

type TBoolOption = class(TOption)

Description

Boolean option, "on" if was specified.

Note: This cannot handle something like --option=false . Whether the option is TurnedOn simply depends on whether it was specified.

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

Hierarchy

Overview

Methods

Protected function ParseOption(const AWords: TStrings): boolean; override;

Properties

Public property TurnedOn: boolean read FWasSpecified;

Description

Methods

Protected function ParseOption(const AWords: TStrings): boolean; override;

This item has no description.

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

Properties

Public property TurnedOn: boolean read FWasSpecified;

This item has no description.

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


Generated by PasDoc 0.17.0.snapshot.