JVCL Help:TJvStandardButton

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

Search in JVCL Help

 
Search in all projects
 

Summary

Used to specify the kind of caption button.

run\JvCaptionButton.pas


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.

run\JvCaptionButton.pas


Description

The TJvStandardButton type is used to specify the type of caption button to draw.

run\JvCaptionButton.pas


See Also

TJvCaptionButton, TJvCaptionButton.Standard

run\JvCaptionButton.pas


About

Navigation

no pages or subcategories

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