JVCL Help:TJvXPBarOnCollapsedChangeEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

The event type for the collapse change events of a TJvXPCustomWinXPBar.

run\JvXPBar.pas


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.

run\JvXPBar.pas


Description

TJvXPBarOnCollapsedChangeEvent is the event type used for the AfterCollapsedChange, BeforeCollapsedChange and OnCollapsedChange events in a TJvXPCustomWinXPBar.

run\JvXPBar.pas


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