Class TCheckItem
Unit
rDBComponents
Declaration
type TCheckItem = class(TObject)
Description
class to store one item in TrDBCheckListBox
Hierarchy
Overview
Fields
Methods
|
constructor Create(ItemId: integer; const ItemText: string; IsChecked: boolean); |
Description
Fields
|
Id: integer; |
|
|
Text: string; |
|
|
Checked: boolean; |
|
Methods
|
constructor Create(ItemId: integer; const ItemText: string; IsChecked: boolean); |
|
Generated by PasDoc 0.15.0.
|