DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


OnChange

Declaration: TVector.OnChange: TNotifyEvent;
{ TNotifyEvent = procedure (Sender: TObject); }
The OnChange event specifies which event handler should be executed when the contents of a vector changes. OnChange occurs when any element of the vector is modified.