RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray Methods

The methods of the TBaseArray class are listed here.

 
Name 
Description 
 
This is BlockCopy, a member of class TBaseArray. 
 
This is ClearFlag, a member of class TBaseArray. 
 
This is GetAutoSize, a member of class TBaseArray. 
 
Grow 
This is Grow, a member of class TBaseArray. 
 
This is HasFlag, a member of class TBaseArray. 
 
This is InternalHandleException, a member of class TBaseArray. 
 
This is InvalidateItems, a member of class TBaseArray. 
 
This is RemoveRange, a member of class TBaseArray. 
 
This is SetAutoSize, a member of class TBaseArray. 
 
This is SetCapacity, a member of class TBaseArray. 
 
This is SetFlag, a member of class TBaseArray. 
 
This is ValidateBounds, a member of class TBaseArray. 
 
This is ValidIndex, a member of class TBaseArray. 
 
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.
What do you think about this topic? Send feedback!