Class TCasScriptString
Unit
CastleScript
Declaration
type TCasScriptString = class(TCasScriptValue)
Description
No description available, ancestor TCasScriptValue description follows
No description available, ancestor TCasScriptExpression description follows
Hierarchy
Overview
Methods
|
constructor Create(const AWriteable: boolean; const AValue: string); reintroduce; overload; |
|
constructor Create(const AWriteable: boolean); reintroduce; overload; override; |
|
procedure AssignValue(Source: TCasScriptValue); override; |
Properties
|
property Value: string read FValue write SetValue; |
Description
Methods
|
constructor Create(const AWriteable: boolean; const AValue: string); 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 ''.
|
|
constructor Create(const AWriteable: boolean); reintroduce; overload; override; |
|
Properties
|
property Value: string read FValue write SetValue; |
|
Generated by PasDoc 0.16.0.