JVCL Help:TJvStandardButton
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStandardButton type
Search in JVCL Help
Search in all projectsSummary
Used to specify the kind of caption button.
Pascal
run\JvCaptionButton.pas
TJvStandardButton = (
tsbNone,
tsbClose,
tsbHelp,
tsbMax,
tsbMin,
tsbRestore,
tsbMinimizeToTray
);
Members
Members | Description |
tsbNone | The caption button is not a standard button. |
tsbClose | The caption button is a close button. |
tsbHelp | The caption button is a help button. |
tsbMax | The caption button is a maximizing button. |
tsbMin | The caption button is a minimizing button. |
tsbRestore | The caption button is a restore button. |
tsbMinimizeToTray | The caption button is a "minimize to tray" button. |
Description
The TJvStandardButton type is used to specify the type of caption button to draw.
See Also
TJvCaptionButton, TJvCaptionButton.Standard
About
no pages or subcategories
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