The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnResize


Unit:SDL_datatable
Class: TDataTable
Declaration: property OnResize: TDataTableResizeEvent;
{TDataTableResizeEvent = procedure (Sender: TObject; OldColumns, OldRows, NewColumns, NewRows: longint) of object;}

The OnResize event is triggered whenever the size of the data table is changed, i.e. the following methods create an OnResize event: AssignAnotherDataMatrix, CopyContentsFrom, NrOfColumns, NrOfRows, Resize, and ImportASC.


Last Update: 2023-Dec-14