RAD Studio VCL Reference
ContentsIndex
TBaseArray Methods Public Methods
Public Methods
 
Name 
Description 
 
Clear removes all items from the array. 
 
Removes an element from the array. 
 
Provides the interface for a method that swaps the values of two elements in the array. 
 
Locates a value in a sorted array and indicates whether an element with that value already exists. 
 
Returns the element in the array at the indicated position. 
 
Returns the position of the first element with a specified value. 
 
Inserts an element into the array and assigns it a value. 
 
Adds an element to the array at the position specified by Index. 
 
Replaces the value of an element in the array. 
 
Removes an element from the array. 
 
Sort 
Provides the interface for a method that sorts the elements in the array. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.