JVCL Help:TJvCaptionPanel.OnButtonClick

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

Search in JVCL Help

 
Search in all projects
 

Summary

Responds to the user clicking a caption button.


Pascal

 TJvCapBtnEvent = procedure (Sender: TObject; Button: TJvCapBtnStyle) ofobject;
propertyOnButtonClick: TJvCapBtnEvent;


Parameters

Parameters Description
Button Indicates which button was clicked.
Sender Reference to the control generating the event. Usually this will be the caption panel.


Description

Write an OnButtonClick handler to respond to the user clicking one of the caption buttons.


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