System.UITypes.TPageSetupDialogOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPageSetupDialogOptions = set of TPageSetupDialogOption;

C++

typedef System::Set<TPageSetupDialogOption, _DELPHI_SET_ENUMERATOR(TPageSetupDialogOption::psoDefaultMinMargins), _DELPHI_SET_ENUMERATOR(TPageSetupDialogOption::psoNoNetworkButton)> TPageSetupDialogOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

The System.UITypes.TPageSetupDialogOptions type is a set of System.UITypes.TPageSetupDialogOption values.

See Also