System.Generics.Collections.TArray
Delphi
TArray = class
C++
class PASCALIMPLEMENTATION TArray : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | System.Generics.Collections |
Description
Class that contains static methods for searching and sorting a generic array.
TArray is a class that provides static methods to search and sort a generic array.
Note: You should not create instances of this class, because its only purpose is to provide sort and search static methods.