System.Generics.Collections.TArray.FreeValues

De RAD Studio API Documentation
Aller à : navigation, rechercher

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)

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !