TCustomCheckBox

E1014714

TCustomCheckBox is a VCL base class in Delphi that provides the core functionality and behavior for checkbox-style controls, intended to be subclassed for creating custom checkbox components.

Try in SPARQL Jump to: Statements Referenced by

Statements (53)

Predicate Object
instanceOf Delphi class
VCL base class
baseClassFor TCheckBox
belongsToLibrary VCL NERFINISHED
definedIn Delphi VCL NERFINISHED
hasEvent OnClick
OnEnter
OnExit
OnKeyDown
OnKeyPress
OnKeyUp
OnMouseDown
OnMouseEnter
OnMouseLeave
OnMouseMove
OnMouseUp
hasProperty Action
Alignment
AllowGrayed
BiDiMode
Caption
Checked
Color
Enabled
Font
ParentBiDiMode
ParentColor
ParentFont
ParentShowHint
ShowHint
State
TabOrder
TabStop
Visible
WordWrap
inheritsFrom TButtonControl
TControl NERFINISHED
TObject
TPersistent
TWinControl
intendedUsage to be subclassed for custom checkbox components
provides core behavior for checkbox controls
core functionality for checkbox controls
supports checked state
grayed state
unchecked state
supportsFeature data-aware descendants
focus handling
keyboard navigation
supportsStyle standard Windows checkbox
usedFor checkbox-style controls
usedInIDE Embarcadero Delphi NERFINISHED
usedInLanguage Object Pascal NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

TControl superclassOf TCustomCheckBox