Class TCasScriptArray
Unit
CastleScriptArrays
Declaration
type generic TCasScriptArray<TXxxList,TCasScriptXxxElement,TCasScriptXxxArrayFun> = 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: TXxxList); overload; |
 |
constructor Create(const AWriteable: boolean); override; overload; |
 |
destructor Destroy; override; |
 |
procedure AssignValue(Source: TCasScriptValue); override; |
Properties
 |
property Value: TXxxList read FValue write SetValue; |
Description
Methods
 |
constructor Create(const AWriteable: boolean; const AValue: TXxxList); overload; |
|
 |
constructor Create(const AWriteable: boolean); override; overload; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property Value: TXxxList read FValue write SetValue; |
Array value. Assigning here makes a copy of the array.
|
Generated by PasDoc 0.15.0.
|