Skip to main content

TdxPrintDialog Members

Defines printer dialog attributes.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ButtonsEnabled Specifies which buttons are enabled in a Print dialog.
ButtonsVisible Specifies which buttons are visible in a Print dialog.
Collate Determines whether to collate report copies.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Copies Determines the number of report copies to print.
DesignInfo Inherited from TComponent.
DialogData Specifies printer dialog attributes.
FileList Specifies the list of file names to which a report has been printed.
FileName Specifies the file name wherein a report is printed.
HelpContext Provides the context number used when calling context-sensitive online Help.
MaxRange Determines the last page in a range of pages to print.
MinRange Determines the first page in a range of pages to print.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OptionsEnabled Specifies which options are enabled in a printer dialog.
OptionsVisible Specifies visible option items in a printer dialog.
Owner Inherited from TComponent.
PageCount Determines the number of report pages in a report.
PageNums Specifies the manner in which report pages are numerated.
PageRanges Determines which portion of a report to print.
Pages Enumerates pages to print.
PreviewBtnClicked Determines whether the “Preview“ button is pressed.
PrintBtnClicked Determines whether the “Print “ button has been pressed.
PrintToFile Determines whether a report is printed to a file.
StyleManager Specifies which style manager to use.
Tag Inherited from TComponent.
Title Determines a Print dialog title.
UseFileList Determines whether to use a file list.
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 Invokes a printer dialog.
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.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaults
SetMinMaxRanges(Integer,Integer)
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 a printer dialog.
OnPageSetup Occurs when clicking the “PageSetup…“ button.
OnShow Occurs when opening a printer dialog.
See Also