JVCL Help:TJvWizardButtonKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available types for a wizard button.

run\JvWizard.pas


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.

run\JvWizard.pas


Description

TJvWizardButtonKind is used by TJvWizard to set the type of an embedded button.

run\JvWizard.pas


About

Navigation

no pages or subcategories

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