DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Events
OnChange
See also:
Changed
Index
Statistical Background
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.