Skip to main content

TBasedxPrintStyle Members

The base style for printing reports.

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.
AllowChangeMargins Specifies whether margin settings of a report can be changed.
AllowChangeOrientation Specifies whether report orientation can be changed.
AllowChangePaper Specifies whether report paper type can be changed.
AllowChangeScale Specifies whether a report can be scaled manually.
AllowCustomPaperSizes Specifies whether the custom width and height of a report page can be determined.
BuiltIn Specifies whether the current style is built-in.
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.
Description Determines the text used as a description for the current print style.
DesignInfo Inherited from TComponent.
ImageIndex Specifies the index of the image used to represent the current print style.
Index Determines the index of the current print style among other styles.
IsCurrentStyle Specifies whether a given print style is current.
IsStyleGlyphAssigned Indicates whether an icon for the current style is assigned.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
PrinterPage Determines report page properties.
ShowPageSetupDlg Invokes the Page Setup dialog window at design time.
State Specifies print style state.
StyleCaption Determines style caption.
StyleGlyph Specifies an icon for the current style.
StyleManager Specifies the style manager component for the current print style.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.

Methods

Name Description
AfterPrinting
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeforePrinting
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
DefaultPageFooterText(TdxPageTitlePart)
DefaultPageHeaderText(TdxPageTitlePart)
DefaultStyleCaption
DefaultStyleGlyph
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.
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.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
PageSetup
PageSetup(Integer,Boolean,Boolean,Boolean,Boolean) Displays the Page Setup dialog window.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaultGlyph
RestoreDefaults Restores default settings.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowStyleOptionsDlg Opens a custom print style dialog.
StyleClass
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnDestroy Occurs when a print style is being destroyed.
OnFilterPaper Occurs when retrieving the list of available paper types.
See Also