JVCL Help:TJvCapBtnStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to define the button kind of a TJvCaptionPanel button.

run\JvCaptionPanel.pas


Pascal

 run\JvCaptionPanel.pas
 TJvCapBtnStyle = (
capClose,
capMax,
capMin,
capRestore,
capHelp
);
TJvCapBtnStyles = setof TJvCapBtnStyle;


Members

Members Description
capClose The caption panel button is a close button.
capMax The caption panel button is a maximize button.
capMin The caption panel button is a minimize button.
capRestore The caption panel button is a restore button.
capHelp The caption panel button is a help button.

run\JvCaptionPanel.pas


Description

TJvCapBtnStyle is the type used to indicate the style of a TJvCapBtn, a button of a TJvCaptionPanel. The style determines the icon shown in the button, but does not influence the panel in anyway (For example, capClose will not close the panel when the button is clicked).

run\JvCaptionPanel.pas


About

Navigation

no pages or subcategories

run\JvCaptionPanel.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