Vcl.StdActns.TFilePageSetup

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFilePageSetup = class(TCommonDialogAction)

C++

class PASCALIMPLEMENTATION TFilePageSetup : public TCommonDialogAction

Properties

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

Description

TFilePageSetup is the standard action for displaying a page setup dialog.

Add TFilePageSetup to an action list to add a common page setup dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the page setup dialog when invoked. Because the page setup dialog automatically configures the pages 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