ASPxClientUtils.ArrayClear(array) Method
Removes all items from the specified array object.
Declaration
static ArrayClear(
array: any[]
): void
Parameters
Name | Type | Description |
---|---|---|
array | any[] | An object that specifies the array to manipulate. |
See Also