Class TCheckItemList

Unit

Declaration

type TCheckItemList = class(TObjectList)

Description

class to store list of TCheckItem in TrDBCheckListBox

Hierarchy

  • TObjectList
  • TCheckItemList

Overview

Methods

Public function CheckItem(Index: integer): TCheckItem;
Public procedure AddCheckItem(ItemId: integer; const ItemText: string; IsChecked: boolean);
Public procedure SetItemChecked(ItemId: integer; IsChecked: boolean);
Public function GetItemChecked(ItemId: integer): boolean;
Public procedure ResetItemsChecked;
Public function CheckedCount: integer;
Public procedure StoreItemsForDuplication;
Public procedure RestoreDuplicatedItems;

Description

Methods

Public function CheckItem(Index: integer): TCheckItem;
 
Public procedure AddCheckItem(ItemId: integer; const ItemText: string; IsChecked: boolean);
 
Public procedure SetItemChecked(ItemId: integer; IsChecked: boolean);
 
Public function GetItemChecked(ItemId: integer): boolean;
 
Public procedure ResetItemsChecked;
 
Public function CheckedCount: integer;
 
Public procedure StoreItemsForDuplication;
 
Public procedure RestoreDuplicatedItems;
 

Generated by PasDoc 0.15.0.