Skip to main content

TdxPageSetupDialog Members

Allows a user to customize the Page Setup dialog window.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ActivePageIndex Specifies which page of the Page Setup dialog window is displayed.
ButtonsEnabled Specifies which buttons within the Page Setup dialog window are enabled.
ButtonsVisible Specifies which buttons within the Page Setup dialog window are displayed.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DesignInfo Inherited from TComponent.
HelpContext Provides the context number to use when calling the context-sensitive online Help.
HFMode Specifies the manner in which header and footers are displayed.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OptionsEnabled Specifies which options within the Page Setup dialog window are enabled.
OptionsVisible Specifies which options within the Page Setup dialog window are displayed.
Owner Inherited from TComponent.
PreviewBtnClicked
PrintBtnClicked
PrintStyle Specifies the print style used to store information.
Tag Inherited from TComponent.
Title Determines the title of the page setup dialog window.
VCLComObject Inherited from TComponent.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DefaultTitle
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
Execute Activates the Page Setup dialog window.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
RealTitle Returns the title of the Page Setup dialog window.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaults
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnClose Occurs when closing the Page Setup dialog window.
OnCustomDrawPreview Occurs when the “Margins“ tab of the Page Setup dialog window is displayed.
OnShow Occurs when displaying the Page Setup dialog window.
See Also