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....



TDataTableResizeEvent


Unit:SDL_datatable
Class: none
Declaration: TDataTableResizeEvent = procedure (Sender: TObject; OldColumns, OldRows, NewColumns, NewRows: longint) of object;

The TDataTableResizeEvent type declares the event which occurs if the data table is resized. The parameters OldColumns and OldRows contain the size of the table before the resizing occured, the parameters NewColumns and NewRows specify the new dimensions of the data table.


Last Update: 2023-Dec-14