System.OpenArray Methods

From RAD Studio API Documentation


InheritedProtected
CreatepublicCreates an OpenArray object.
DestroypublicFrees the memory associated with the OpenArray object.
GetHighpublicReturns the highest element index (number of elements - 1).
operator ()publicConverts this OpenArray to T*.
operator =publicCopies the rhs OpenArray into the lhs OpenArray (this).