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)
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TArray |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。