JVCL Help:TJvXPCustomCheckControl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPCustomCheckControl Class
[+] JvXPCheckCtrls.pas Classes
[+] TJvXPCustomCheckControl Methods
[+] TJvXPCustomCheckControl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvXPCustomControl
TJvXPCustomStyleControl
TJvXPCustomCheckControl
TJvXPCheckbox
run\JvXPCheckCtrls.pas
Summary
Base class for check style controls that draws themselves in an XP style.
Pascal
run\JvXPCheckCtrls.pas
TJvXPCustomCheckControl = class(TJvXPCustomStyleControl);
Description
Use TJvXPCustomCheckControl as a base class to implement a check style control (like a checkbox or radio button). Most implementations need only override the DrawCheckSymbol method since this class implements the logic needed to manage the Checked property.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page