RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.OnClickCheck Event

Occurs when the user selects or deselects an item's check box.

Pascal
property OnClickCheck: TNotifyEvent;
C++
__property TNotifyEvent OnClickCheck;

Write an OnClickCheck event handler to implement any special processing that should occur when the user checks or unchecks an item.

Note: This event does not occur for items that are grayed (State=cbGrayed) or disabled (ItemEnabled=false).
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!