Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
rImprovedComps
type TrCheckListBox = class(TCheckListBox)
enhanced TCheckListBox with high DPI bug fix
function CheckedCount: integer;
property ScaleRatio: double read FScaleRatio;
property CheckboxUpdateMode: TCheckboxUpdateMode read FCheckboxUpdateMode write FCheckboxUpdateMode default chmCheckboxClick;
indicates count of checked items
define actual scale ratio relative to original designed size
define mode for checkbox update