From 0a4bef06a1e0fb30261ec640b5c0e79f01771efb Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Fri, 25 Apr 2008 11:29:59 +0000 Subject: [PATCH] Updates to CheckLst.xml git-svn-id: trunk@14968 - --- docs/xml/lcl/checklst.xml | 90 +++++++++++++++++++++++++++++++-------- 1 file changed, 72 insertions(+), 18 deletions(-) diff --git a/docs/xml/lcl/checklst.xml b/docs/xml/lcl/checklst.xml index 3566677f19..d9c6818153 100644 --- a/docs/xml/lcl/checklst.xml +++ b/docs/xml/lcl/checklst.xml @@ -59,7 +59,8 @@ - + + TCustomCheckListBox - base class for TCheckListBox, the box found on CheckLists @@ -78,9 +79,13 @@ - + + + - + + + @@ -89,9 +94,13 @@ - + + + - + + + @@ -100,9 +109,13 @@ - + + + - + + + @@ -111,9 +124,13 @@ - + + + - + + + @@ -122,9 +139,13 @@ - + + + - + + + @@ -133,27 +154,38 @@ - + + + - + + Create a new instance of TCustomCheckListBox + - + + + - + + Checked - True if the box with the specified Index has been checked - + + + - + + TCheckListBox - the box found beside each item on a CheckList + @@ -209,7 +241,9 @@ Allows multiple selected list items. - + + + @@ -338,6 +372,26 @@ + + + Toggle the checked/unchecked state of this box + + + + AllowGrayed - if True, the box is allowed to be greyed, and impossible to select + + + The State of the box with the specified index - checked, unchecked or greyed + + + + + OnClickCheck - event handler for a mouse click on the CheckBox + + + + OnItemClick - event handler for a mouse click on the data item associated with the checkbox +