ShowLoadOptions property (LEADDlgFile Control)
Builder Syntax |
bool ShowLoadOptions |
Delphi Syntax |
ShowLoadOptions: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether to show the load options when pressing the Open button on the Open dialog box.
Possible values are:
Value |
Meaning |
TRUE |
Show the load options when pressing the Open button, and check the Show Load Options check box. This will occur whether or not DLG_OPEN_SHOW_LOADOPTIONS is set in DlgFlags. |
FALSE |
Don’t show the load options when pressing the Open button, and uncheck the Show Load Options check box. |
See Also