Class TCasScriptBoolean

Unit

Declaration

type TCasScriptBoolean = class(TCasScriptValue)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor Create(const AWriteable: boolean; const AValue: boolean); reintroduce; overload;
Public constructor Create(const AWriteable: boolean); reintroduce; overload; override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: boolean read FValue write SetValue;

Description

Methods

Public constructor Create(const AWriteable: boolean; const AValue: boolean); reintroduce; overload;

Comfortable constructor to set initial Value. Note that the inherited constructor (without AValue parameter) is also fine to use, it will set value to false.

Public constructor Create(const AWriteable: boolean); reintroduce; overload; override;

This item has no description.

Public procedure AssignValue(Source: TCasScriptValue); override;

This item has no description. Showing description inherited from TCasScriptValue.AssignValue.

Assign value from Source to Self.

Properties

Public property Value: boolean read FValue write SetValue;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.