Skip to content

Delete_Data - Array

Deletes all data from the Array object

Type: Procedure

Syntax

Procedure Delete_Data

Call Example

Send Delete_Data

Description

Delete_Data deletes all data from the Array object. All memory is released back to the system. This message is used when the entire contents of an Array are to be deleted. Note that this message is automatically sent when the object is destroyed.

send delete_data of oMyArray

See Also

delete_item