Class TCasScriptBoolean
Unit
CastleScript
Declaration
type TCasScriptBoolean = class(TCasScriptValue)
Description
no description available, TCasScriptValue description follows no description available, TCasScriptExpression description follows Hierarchy
Overview
Methods
Properties
 |
property Value: boolean read FValue write SetValue; |
Description
Methods
 |
constructor Create(const AWriteable: boolean; const AValue: boolean); |
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.
|
 |
constructor Create(const AWriteable: boolean); override; |
|
Properties
 |
property Value: boolean read FValue write SetValue; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:13
|