Options to determine the visual display of the dialog.
TDialogOption = ( doShowHelpLink, doRadioButtons, doCommandLinks, doCommandLinksNoIcon, doProgressBar, doProgressBarMarquee, doTimer, doTopMost, doModal );
JSDialog
Members |
Description |
doShowHelpLink |
Display a clickable label that links to additional help information about the dialog. Customise the label by using the HelpLink property. |
doRadioButtons |
Display radio buttons for the items specified in the RadioButtons property. |
doCommandLinks |
Display any custom buttons as Command Link Buttons but do not display any Glyphs with the buttons. |
doCommandLinksNoIcon |
Display any custom buttons as Command Link Buttons but do not display any Glyphs with the buttons. If the Picture property is set, the picture will still be displayed. |
doProgressBar |
Display a progress bar on the dialog. |
doProgressBarMarquee |
Display a progress bar on the dialog that displays as indeterminate. |
doTimer |
This feature is currently not implemented. |
doTopMost |
Set this option to make the dialog display stay on top. |
doModal |
Display the dialog as modal. This is the default setting for DialogOptions. |
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|