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



TCheckStateChangeEvent


Unit:SDL_replist
Class:none
Declaration:TCheckStateChangeEvent = procedure (Sender: TObject; var State: boolean; Col, Row: longint) of object;

The type declaration TCheckStateChangeEvent defines the events OnCheckedChange and OnBeforeCheckedChange which occur when a check box is clicked in a check box column. The parameter State reflects the state of the check box. The parameters col and row contain the column and row index of the selected check box.

 



Last Update: 2023-Feb-06