Clear

Declaration: TVector.Clear;
The method Clear sets all elements of a vector to a zero value. Please note that the method Clear sets the property IsEmpty to TRUE, while filling the vector with all zero values by using the method Fill does not.