clsD3DynamicArray objects - removes a specific attribute, value or sub-value from the dynamic array.
clsD3File objects - removes the specified item from the D3 file associated with the object.
Syntax
oDynArray.brDelete vnAMC, [vnVMC], [vnSVMC] oFile.brDelete sItemName |
Parameters
Parameter |
Description |
oDynArray |
An object variable that represents a clsD3DynamicArray object from which an element is deleted. |
vnAMC |
A Variant (Long subtype) specifying the attribute mark count where the deletion will begin. |
vnVMC |
Optional. A Variant (Long subtype) specifying the value mark count where the deletion will begin. |
vnSVMC |
Optional. A Variant (Long subtype) specifying the sub-value mark count where the deletion will begin. |
oFile |
An object variable that represents a clsD3File object. |
sItemName |
A String variable specifying the item to be deleted from the D3 file. |
FlashBASIC Reference
Delete (clsD3DynamicArray Object)
TCL Reference
delete (clsD3File Object)