This topic outlines the available wrapper functions available for use with the TJSDialogSheet component.
The available wrapper functions available in the JSDialogSheets unit for the TJSDialogSheet component are:
Method Name |
Overloaded |
Description |
ShowInfoSheet |
No |
Displays a simple information sheet (MainIcon set to tdiInformation) with a close button. |
ShowTimedInfoSheet |
No |
Displays a simple information sheet (MainIcon set to tdiInformation) with a close button. Also allows for setting a dialog timeout (in seconds) where the dialog will automatically close after the specified timeout. Allows for customising which buttons are displayed and allows for a callback method to be executed when the dialog is closed. |
ShowModalTimedInfoSheet |
No |
Displays a simple information sheet (MainIcon set to tdiInformation) with a close button. Allows for setting a dialog timeout (in seconds) where the dialog will automatically timeout. Allows for customising which buttons are displayed and returns a TModalResult value when the dialog is closed. |
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|