Class TCheckItemList
Unit
rDBComponents
Declaration
type TCheckItemList = class(TObjectList)
Description
class to store list of TCheckItem in TrDBCheckListBox
Hierarchy
- TObjectList
- TCheckItemList
Overview
Methods
Description
Methods
 |
procedure AddCheckItem(ItemId: integer; const ItemText: string; IsChecked: boolean); |
|
 |
procedure SetItemChecked(ItemId: integer; IsChecked: boolean); |
|
 |
function GetItemChecked(ItemId: integer): boolean; |
|
 |
procedure ResetItemsChecked; |
|
 |
function CheckedCount: integer; |
|
 |
procedure StoreItemsForDuplication; |
|
 |
procedure RestoreDuplicatedItems; |
|
Generated by PasDoc 0.15.0.
|