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

Overview

Methods

Public constructor Create(const AWriteable: boolean; const AValue: TXxxList); overload;
Public constructor Create(const AWriteable: boolean); override; overload;
Public destructor Destroy; override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: TXxxList read FValue write SetValue;

Description

Methods

Public constructor Create(const AWriteable: boolean; const AValue: TXxxList); overload;
 
Public constructor Create(const AWriteable: boolean); override; overload;
 
Public destructor Destroy; override;
 
Public procedure AssignValue(Source: TCasScriptValue); override;
 

Properties

Public property Value: TXxxList read FValue write SetValue;

Array value. Assigning here makes a copy of the array.


Generated by PasDoc 0.16.0.