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

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): multilinreg



Last Update: 2023-Dec-13