System.UITypes.TOpenOptionEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOpenOptionEx = (ofExNoPlacesBar);

C++

enum class DECLSPEC_DENUM TOpenOptionEx : unsigned char { ofExNoPlacesBar };

Properties

Type Visibility Source Unit Parent
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

Sets one extended open option, ofExNoPlacesBar, for a file open dialog box.


The ofExNoPlacesBar option prevents the appearance of the places bar that provides links to local folders.

See Also