Class TCasScriptValueList
Unit
Declaration
type TCasScriptValueList = class(specialize TObjectList<TCasScriptValue>)
Description
This item has no description.
Source: castlescript/castlescript.pas (line 264).
Hierarchy
- TObject
- TList
- TObjectList
- TCasScriptValueList
Overview
Methods
| Public | procedure AddArray(const A: array of TCasScriptValue); deprecated 'use AddRange'; |
| Public | function FindName(const VariableName: string): TCasScriptValue; |
Description
Methods
| Public | procedure AddArray(const A: array of TCasScriptValue); deprecated 'use AddRange'; |
|
Warning: this symbol is deprecated: use AddRange This item has no description. | |
| Public | function FindName(const VariableName: string): TCasScriptValue; |
|
Find an item by Name. | |
Generated by PasDoc 0.17.0.snapshot.