Class TCasScriptVec2dArray

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptVec2dArray = class(TCasScriptArray)

Description

no description available, TCasScriptArray description follows
no description available, TCasScriptValue description follows
no description available, TCasScriptExpression description follows

Hierarchy

Overview

Methods

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

Properties

Public property Value: TVector2DoubleList read FValue write SetValue;

Description

Methods

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

Properties

Public property Value: TVector2DoubleList read FValue write SetValue;

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