Vcl.StdActns.TFilePrintSetup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdActns.TCommonDialogActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilePrintSetup

Delphi

TFilePrintSetup = class(TCommonDialogAction)

C++

class PASCALIMPLEMENTATION TFilePrintSetup : public TCommonDialogAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

TFilePrintSetup is the standard action for displaying a printer setup dialog.

Add TFilePrintSetup to an action list to add a common printer setup dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the printer setup dialog when invoked. Because the printer setup dialog automatically configures the printers as specified when the user clicks OK, there is usually no need to write an OnAccept or OnCancel event handler to continue processing after the dialog shuts down.

See Also