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_vector
Class:TVector, TIntVector
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-Nov-17