JVCL Help:TJvWizardFrameStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines available wizard frame styles.

run\JvWizardCommon.pas


Pascal

 run\JvWizardCommon.pas
 TJvWizardFrameStyle = (
fsWindows,
fsNone,
fsFlat,
fsGroove,
fsBump,
fsLowered,
fsRaised
);


Members

Members Description
fsWindows Draw frames using default Windows style.
fsNone Don't draw any frame.
fsFlat Draw frames using a single gray line.
fsGroove Draw frames with a double lowered edge.
fsBump Draw frames with a double raised edge.
fsLowered Draw frames with a lowered edge.
fsRaised Draw frames with a raised edge.

run\JvWizardCommon.pas


Description

TJvWizardFrameStyle is used to define the styles that JvWizardDrawBorderEdges can draw in.

run\JvWizardCommon.pas


About

Navigation

no pages or subcategories

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