System.Generics.Collections.TArray

From RAD Studio API Documentation
Revision as of 16:51, 16 November 2011 by KrisHouser (talk | contribs) (See Also: 10290)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Generics.Collections.TArray&oldid=199650"