JVCL Help:TJvXPBarOnCollapsedChangeEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPBarOnCollapsedChangeEvent type
[+] JvXPBar.pas Types
Search in JVCL Help
Search in all projectsSummary
The event type for the collapse change events of a TJvXPCustomWinXPBar.
Pascal
run\JvXPBar.pas
TJvXPBarOnCollapsedChangeEvent = procedure (Sender: TObject; Collapsing: Boolean) ofobject;
Parameters
Parameters | Description |
Sender | The control that triggered the event. |
Collapsing | True if the control is collapsing, False otherwise. |
Description
TJvXPBarOnCollapsedChangeEvent is the event type used for the AfterCollapsedChange, BeforeCollapsedChange and OnCollapsedChange events in a TJvXPCustomWinXPBar.
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