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



TOnReadMat4DElementEvent


Unit:SDL_matrix
Class: none
Declaration: TOnReadMat4DElementEvent = procedure (Sender: TObject; ix, iy, il, it: integer; Value: double) of object;

An event of type TOnReadMat4DElementEvent is triggered by the method ReadBinary immediately after reading a new matrix value. The parameter Sender points to the TMat4D instance which triggered the event. The parameters ix, iy, il, it contain the indices of the four matrix dimensions (columns, rows, layers, time slots, respectively) and the Value parameter holds the read value.


Last Update: 2023-Feb-06