System.UITypes.TPageSetupDialogOptions

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

Delphi

type TPageSetupDialogOptions = set of TPageSetupDialogOption;

C++

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

プロパティ

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


説明

System.UITypes.TPageSetupDialogOptions 型は、System.UITypes.TPageSetupDialogOption 値のセットです。

関連項目