LoadCompressed property (LEADDlgFile Control)
Builder Syntax |
bool LoadCompressed |
Delphi Syntax |
LoadCompressed: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether the "Load Compressed" check box was checked in the Open dialog box.
You can set this property before calling the ShowOpenDlg method to set the initial status of the "Load Compressed" box. Possible values are:
Value |
Meaning |
TRUE |
The "Load Compressed" check box is checked and the image should be loaded in compressed form. |
FALSE |
The "Load Compressed" check box is not checked and the image should not be loaded in compressed form. |
See Also