JVCL Help:TJvWizardButtonKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardButtonKind type
Search in JVCL Help
Search in all projectsSummary
Defines the available types for a wizard button.
Pascal
run\JvWizard.pas
TJvWizardButtonKind = (
bkStart,
bkLast,
bkBack,
bkNext,
bkFinish,
bkCancel,
bkHelp
);
TJvWizardButtonSet = setof TJvWizardButtonKind;
Members
Members | Description |
bkStart | The button is a start button. |
bkLast | The button is a last button. |
bkBack | The button is a back button. |
bkNext | The button is a next button. |
bkFinish | The button is a finish button. |
bkCancel | The button is a cancel button. |
bkHelp | The button is a help button. |
Description
TJvWizardButtonKind is used by TJvWizard to set the type of an embedded button.
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