System.UITypes.TOpenOption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TOpenOption = (ofReadOnly, ofOverwritePrompt, ofHideReadOnly,
ofNoChangeDir, ofShowHelp, ofNoValidate, ofAllowMultiSelect,
ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofCreatePrompt,
ofShareAware, ofNoReadOnlyReturn, ofNoTestFileCreate, ofNoNetworkButton,
ofNoLongNames, ofOldStyleDialog, ofNoDereferenceLinks, ofEnableIncludeNotify,
ofEnableSizing, ofDontAddToRecent, ofForceShowHidden);

C++

enum class DECLSPEC_DENUM TOpenOption : unsigned char { ofReadOnly, ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofShowHelp, ofNoValidate, ofAllowMultiSelect, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofCreatePrompt, ofShareAware, ofNoReadOnlyReturn, ofNoTestFileCreate, ofNoNetworkButton, ofNoLongNames, ofOldStyleDialog, ofNoDereferenceLinks, ofEnableIncludeNotify, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes


Beschreibung

TOpenOption und TOpenOptions bestimmen das Verhalten eines Dialogfelds zur Dateiauswahl.

TOpenOptions ist eine Menge von TOpenOption-Werten. Eine Beschreibung der verfügbare Optionen finden Sie unter System.UITypes.TOpenOptions.

Siehe auch