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



OnSortExchange


Unit:SDL_matrix
Class:TMatrix, TIntMatrix
Declaration:property OnSortExchange: TSortExchgEvent;
{TSortExchgEvent = procedure (Sender: TObject; ExchgWhat: byte; index1, index2, first, last: longint) of object;}

The OnSortExchange property specifies which event handler should be executed when two columns or rows are exchanged during the sorting process. The event occurs after the possible exchange elements has been performed.



Last Update: 2023-Feb-06