Class TCasScriptArray

Unit

Declaration

type generic TCasScriptArray<TXxxList,TCasScriptXxxElement,TCasScriptXxxArrayFun> = class(TCasScriptValue)

Description

This item has no description.

Source: src/castlescript/castlescriptarrays.pas (line 33).

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;

This item has no description.

Source: src/castlescript/castlescriptarrays.pas (line 62).

Public constructor Create(const AWriteable: boolean); override; overload;

This item has no description.

Source: src/castlescript/castlescriptarrays.pas (line 63).

Public destructor Destroy; override;

This item has no description.

Source: src/castlescript/castlescriptarrays.pas (line 64).

Public procedure AssignValue(Source: TCasScriptValue); override;

This item has no description. Showing description inherited from TCasScriptValue.AssignValue.

Assign value from Source to Self.

Source: src/castlescript/castlescriptarrays.pas (line 69).

Properties

Public property Value: TXxxList read FValue write SetValue;

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

Source: src/castlescript/castlescriptarrays.pas (line 67).


Generated by PasDoc 0.17.0.snapshot.