RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DynamicArray::~DynamicArray Destructor

Frees a System::DynamicArray object.

Pascal
destructor Destroy;
C++

Do not call the dynamic array destructor. To free a dynamically allocated System::DynamicArray, assign it a Length of zero. System::DynamicArray instances on the stack are freed when they go out of scope. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!