Class TCasScriptArray
Unit
Declaration
type generic TCasScriptArray<TXxxList,TCasScriptXxxElement,TCasScriptXxxArrayFun> = class(TCasScriptValue)
Description
This item has no description.
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; |
|
This item has no description. |
constructor Create(const AWriteable: boolean); override; overload; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
procedure AssignValue(Source: TCasScriptValue); override; |
|
This item has no description. Showing description inherited from TCasScriptValue.AssignValue. Assign value from Source to Self. |
Properties
property Value: TXxxList read FValue write SetValue; |
|
Array value. Assigning here makes a copy of the array. |
Generated by PasDoc 0.16.0-snapshot.