RAD Studio VCL Reference
ContentsIndex
TBaseArray Members Public Methods
Public Methods
 
Name 
Description 
 
Responds after the last constructor has executed. 
 
Copies the contents of another, similar object. 
 
Responds before the first destructor executes. 
 
Returns a pointer to the runtime type information (RTTI) table for the object type. 
 
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). 
 
Determines whether an object is of a specific type. 
 
Returns the type of the immediate ancestor of a class. 
 
Returns the class reference for the object's class. 
 
Performs finalization on long strings, variants, and interface variables within a class. 
 
Clear removes all items from the array. 
 
Creates an instance of TBaseArray for elements of a specific size. 
 
Provides the interface for a method that processes message records. 
 
Removes an element from the array. 
 
Destroys an instance of TBaseArray
 
Calls message-handling methods for the object, based on the contents of the Message parameter. 
 
Provides the interface for a method that swaps the values of two elements in the array. 
 
Returns the address of a published object field. 
 
Locates a value in a sorted array and indicates whether an element with that value already exists. 
 
Free 
Destroys an object and frees its associated memory, if necessary. 
 
Deallocates memory allocated by a previous call to the System::TObject::NewInstance method. 
 
Retrieves a specified interface. 
 
Returns the entry for a specific interface implemented in a class. 
 
Returns a pointer to a structure containing all of the interfaces implemented by a given class. 
 
Returns the element in the array at the indicated position. 
 
Returns the name of the object as it appears in the Object Inspector. 
 
Returns the position of the first element with a specified value. 
 
Determines the relationship of two object types. 
 
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. 
 
Inserts an element into the array and assigns it a value. 
 
Adds an element to the array at the position specified by Index. 
 
Returns the size in bytes of each instance of the object type. 
 
This is MethodAddress, a member of class TObject. 
 
This is MethodName, a member of class TObject. 
 
Allocates memory for an instance of an object type and returns a pointer to that new instance. 
 
Replaces the value of an element in the array. 
 
Removes an element from the array. 
 
Handles exceptions in methods declared using the safecall calling convention. 
 
Sort 
Provides the interface for a method that sorts the elements in the array. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.