Class TCasScriptStringArray
Unit
CastleScriptArrays
Declaration
type TCasScriptStringArray = class(TCasScriptArray)
Description
no description available, TCasScriptArray description follows no description available, TCasScriptValue description follows no description available, TCasScriptExpression description follows Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AWriteable: boolean); override; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property Value: TCastleStringList read FValue write SetValue; |
Array value. Assigning here makes a copy of the array.
|
|