System.Generics.Collections.TArray.FreeValues
Delphi
class procedure FreeValues<T>(const Values: array of T); overload; static;
class procedure FreeValues<T>(var Values: TArray<T>); overload; static;
C++
void inline __fastcall TArray::FreeValues(const T *Values,
const System::NativeInt Values_High)
void inline __fastcall TArray::FreeValues(System::DynamicArray<T> &Values)
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.