TIEVisionBaseVector.reserve
 
Declaration
procedure reserve(n: uint32_t); safecall;
Description
Reserve a minimum length of storage for this vector, allocating space if necessary.
 | Parameter |  Description |  
 | n |  The minimum length of storage to be allocated for the vector  |