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