RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TArray Class

Class containing static methods for searching and sorting a generic array.

Pascal
TArray = class;
C++
class TArray;

TArray is a class providing static methods to search and sort a generic array.

Note: You should not create instances of this class, since its only purpose is to provide the sort and search static methods.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!