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



OnCheckedChange


Unit:SDL_replist
Class:TReportListView
Declaration:property OnCheckedChange: TCheckStateChangeEvent;
{TCheckStateChangeEvent = procedure (Sender: TObject; State: boolean; Col, Row: longint) of object;}

This event is triggered whenever the check state of a cell in a checked column is changed by clicking on it.

Hint: Please note that the OnCheckedChange event is triggered only by user interaction. Changing the state of a check box programmatically (ElemChecked) does not trigger an OnCheckedChange event.


Last Update: 2008-Okt-29