Skip to main content

TdxPSPrintStyle Members

Provides additional functionality for print styles.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
AllowChangeHFText Specifies whether the header and footer text of a report can be changed. Inherited from TBasedxPrintStyle.
AllowChangeMargins Specifies whether margin settings of a report can be changed. Inherited from TBasedxPrintStyle.
AllowChangeOrientation Specifies whether report orientation can be changed. Inherited from TBasedxPrintStyle.
AllowChangePaper Specifies whether report paper type can be changed. Inherited from TBasedxPrintStyle.
AllowChangeScale Specifies whether a report can be scaled manually. Inherited from TBasedxPrintStyle.
AllowCustomPaperSizes Specifies whether the custom width and height of a report page can be determined. Inherited from TBasedxPrintStyle.
BuiltIn Specifies whether the current style is built-in. Inherited from TBasedxPrintStyle.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Data Contains a pointer to arbitrary data. Inherited from TBasedxPrintStyle.
Description Determines the text used as a description for the current print style. Inherited from TBasedxPrintStyle.
DesignInfo Inherited from TComponent.
ImageIndex Specifies the index of the image used to represent the current print style. Inherited from TBasedxPrintStyle.
Index Determines the index of the current print style among other styles. Inherited from TBasedxPrintStyle.
IsCurrentStyle Specifies whether a given print style is current. Inherited from TBasedxPrintStyle.
IsStyleGlyphAssigned Indicates whether an icon for the current style is assigned. Inherited from TBasedxPrintStyle.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
PrinterPage Determines report page properties. Inherited from TBasedxPrintStyle.
ShowPageSetupDlg Invokes the Page Setup dialog window at design time. Inherited from TBasedxPrintStyle.
State Specifies print style state. Inherited from TBasedxPrintStyle.
StyleCaption Determines style caption. Inherited from TBasedxPrintStyle.
StyleGlyph Specifies an icon for the current style. Inherited from TBasedxPrintStyle.
StyleManager Specifies the style manager component for the current print style. Inherited from TBasedxPrintStyle.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.

Methods

Name Description
AfterPrinting Inherited from TBasedxPrintStyle.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeforePrinting Inherited from TBasedxPrintStyle.
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.
DefaultDescription Inherited from TBasedxPrintStyle.
DefaultPageFooterText(TdxPageTitlePart) Inherited from TBasedxPrintStyle.
DefaultPageHeaderText(TdxPageTitlePart) Inherited from TBasedxPrintStyle.
DefaultStyleCaption Inherited from TBasedxPrintStyle.
DefaultStyleGlyph Inherited from TBasedxPrintStyle.
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.
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.
GetFilteredPapers(TStrings) Returns paper types that are supported by the default printer. Inherited from TBasedxPrintStyle.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
HasStyleOptionsDlg Checks whether a custom print style dialog can be displayed. Inherited from TBasedxPrintStyle.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
PageSetup Inherited from TBasedxPrintStyle.
PageSetup(Integer,Boolean,Boolean,Boolean,Boolean) Displays the Page Setup dialog window. Inherited from TBasedxPrintStyle.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaultGlyph Inherited from TBasedxPrintStyle.
RestoreDefaults Restores default settings. Inherited from TBasedxPrintStyle.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowStyleOptionsDlg Opens a custom print style dialog. Inherited from TBasedxPrintStyle.
StyleClass Inherited from TBasedxPrintStyle.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnAfterGenerating Occurs after a report has been generated.
OnAfterPrinting Occurs after a report has been printed.
OnBeforeGenerating Occurs before generating a report.
OnBeforePrinting Occurs before printing a report.
OnDestroy Occurs when a print style is being destroyed. Inherited from TBasedxPrintStyle.
OnFilterPaper Occurs when retrieving the list of available paper types. Inherited from TBasedxPrintStyle.
See Also