System.DynamicArray.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

DynamicArray<T>::~DynamicArray()

Properties

Type Visibility Source Unit Parent
destructor public sysdyn.h System DynamicArray

Description

Frees a System.DynamicArray object.

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.