TypedVals
An Array of TypedVal objects with integer indexing and a length property.
See also TypedVal.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | r/w | The length of the array |
Methods
Instances
TypedVals concat (value:
TypedVals)
Returns a new array created by concatenating the given values to the end of the original array.
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements are appended as separate array elements at the end of the new array. Returns a new array, the result of concatenation the given values to the end of the original array.
Parameter | Type | Description |
---|---|---|
value | TypedVals | Any number of values to be added to the end of the array. Can also be arrays. |
TypedVal pop ()
Removes the last element from the array.
number push (value:
TypedVal)
Places value onto the end of the array.
Returns the new length of the array.
Parameter | Type | Description |
---|---|---|
value | TypedVal |
Element of
CMSProperty.values
TypedVal.valsval
Used in:
bool CMSObject.CMSShowCommonListUI (commandId: int, title: string, columnProperties: TypedVals)
CMSProperty CMSProperty.CMSProperty (prop: uint, label: string, isMultiValue: uint, isEditable: uint, values: TypedVals)
TypedVals TypedVals.concat (value: TypedVals)
Return
TypedVals Book.GetDependencies (depMode: int)
TypedVals Doc.GetDependencies (depMode: int)
TypedVals Globals.CallClientEx (clname: string, arg: string)
TypedVals KeyCatalog.GetAllKeyDefinitions (filterType: int)
TypedVals TypedVals.concat (value: TypedVals)
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |