JVCL Help:TJvWizardFrameStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardFrameStyle type
Search in JVCL Help
Search in all projectsSummary
Defines available wizard frame styles.
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. |
Description
TJvWizardFrameStyle is used to define the styles that JvWizardDrawBorderEdges can draw in.
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