Class TCasScriptArray
Unit
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
- TObject
- TCasScriptExpression
- TCasScriptValue
- TCasScriptArray
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; |
|
procedure AssignValue(Source: TCasScriptValue); override; |
|
Properties
property Value: TXxxList read FValue write SetValue; |
|
Array value. Assigning here makes a copy of the array. |
Generated by PasDoc 0.16.0.