Class TrCheckListBox

Unit

Declaration

type TrCheckListBox = class(TCheckListBox)

Description

enhanced TCheckListBox with high DPI bug fix

Hierarchy

  • TCheckListBox
  • TrCheckListBox

Overview

Methods

Public function CheckedCount: integer;
Public function SelectedItemText: string;
Public function SelectedItemChecked: Boolean;

Properties

Public property ScaleRatio: double read FScaleRatio;
Published property CheckboxUpdateMode: TCheckboxUpdateMode read FCheckboxUpdateMode write FCheckboxUpdateMode default chmCheckboxClick;

Description

Methods

Public function CheckedCount: integer;

indicates count of checked items

Public function SelectedItemText: string;

text of selected item

Public function SelectedItemChecked: Boolean;

state of selected item

Properties

Public property ScaleRatio: double read FScaleRatio;

define actual scale ratio relative to original designed size

Published property CheckboxUpdateMode: TCheckboxUpdateMode read FCheckboxUpdateMode write FCheckboxUpdateMode default chmCheckboxClick;

define mode for checkbox update


Generated by PasDoc 0.15.0.