System.UITypes.TOpenOptionEx

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TOpenOptionEx = (ofExNoPlacesBar);

C++

enum class DECLSPEC_DENUM TOpenOptionEx : unsigned char { ofExNoPlacesBar };

プロパティ

種類 可視性 ソース ユニット
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

説明

ファイル選択ダイアログ ボックスに 1 つの拡張オプション ofExNoPlacesBar を設定します。


ofExNoPlacesBar オプションを設定すると、ローカル フォルダへのリンクを提供するプレース バーが表示されなくなります。

関連項目