System.Generics.Collections.TArray.FreeValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure FreeValues<T>(const Values: array of T); overload; static;
class procedure FreeValues<T>(var Values: TArray<T>); overload; static;

C++

template<typename T> static void __fastcall FreeValues(const T *Values, const System::NativeInt Values_High)/* overload */;
template<typename T> static void __fastcall FreeValues(System::DynamicArray<T> &Values)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TArray

Description

Embarcadero Technologies does not currently have any additional information.