JVCL Help:TJvXPCustomCheckControl

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvXPCustomControl
TJvXPCustomStyleControl
TJvXPCustomCheckControl
TJvXPCheckbox
run\JvXPCheckCtrls.pas


Summary

Base class for check style controls that draws themselves in an XP style.

run\JvXPCheckCtrls.pas


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.

run\JvXPCheckCtrls.pas


About

Navigation

run\JvXPCheckCtrls.pas



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