System.DynamicArray Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllocDataprotected
beginpublic
CopypublicCopies the contents of a DynamicArray to the specified DynamicArray.
CopyRangepublicCopies a range of the contents of a DynamicArray within a specified range.
CreatepublicCreates and initializes a System.DynamicArray object.
DecRefCountprotected
DestroypublicFrees a System.DynamicArray object.
DimCountpublic
endpublic
FreeDataprotected
get_highpublic
get_lengthpublic
get_lowpublic
get_refCountpublic
IncRefCountprotected
operator []publicProvides access to the data held by the dynamic array.
operator =publicAssigns data from another Dynamic Array.
operator ==publicCompares two Dynamic Arrays for equality.
set_lengthpublic
SetDataprotected