Class TrCheckListBox
Unit
rImprovedComps
Declaration
type TrCheckListBox = class(TCheckListBox)
Description
enhanced TCheckListBox with high DPI bug fix
Hierarchy
- TCheckListBox
- TrCheckListBox
Overview
Methods
Properties
Description
Methods
 |
function CheckedCount: integer; |
indicates count of checked items
|
 |
function SelectedItemText: string; |
text of selected item
|
 |
function SelectedItemChecked: Boolean; |
state of selected item
|
Properties
 |
property ScaleRatio: double read FScaleRatio; |
define actual scale ratio relative to original designed size
|
Generated by PasDoc 0.15.0.
|