Class TCasScriptSingleArray

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptSingleArray = 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: TSingleList);
Public constructor Create(const AWriteable: boolean); override;
Public destructor Destroy; override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: TSingleList read FValue write SetValue;

Description

Methods

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

Properties

Public property Value: TSingleList read FValue write SetValue;

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


Generated by PasDoc 0.14.0.