System.UITypes.TPrintDialogOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TPrintDialogOptions = set of TPrintDialogOption;

C++

typedef System::Set<TPrintDialogOption, _DELPHI_SET_ENUMERATOR(TPrintDialogOption::poPrintToFile), _DELPHI_SET_ENUMERATOR(TPrintDialogOption::poDisablePrintToFile)> TPrintDialogOptions;

Eigenschaften

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


Beschreibung

Der Typ System.UITypes.TPrintDialogOptions ist eine Menge von System.UITypes.TPrintDialogOption-Werten.

Siehe auch