Back to Devexpress

TdxPrintStyleManager Members

vcl-dxpgsdlg-dot-tdxprintstylemanager-dot-underscore-members.md

latest20.9 KB
Original Source

TdxPrintStyleManager Members

Allows a user to apply different print styles to a report.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
AutoHFTextEntriesContains a list of AutoText values for headers/footers of report pages.
AutoSaveSpecifies whether the style manager automatically saves its settings to a file.
CloneStyleCaptionPrefixDetermines the prefix for copied print styles.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
CountContains the number of styles within the style manager component.
CurrentStyleSpecifies the current print style.
CurrentStyleIndexSpecifies the index of the current print style.
DesignerAccesses the design time window at design time.
DesignInfoInherited from TComponent.
FakeComponentLink1Inherited from TcxComponent.
FakeComponentLink2Inherited from TcxComponent.
FakeComponentLink3Inherited from TcxComponent.
HelpContextProvides a context number to use when calling the context-sensitive online Help.
ImagesDetermines an image list collection associated with TdxPrintStyleManager.
IsDesigningInherited from TcxComponent.
IsDestroyingInherited from TcxComponent.
IsLoadingInherited from TcxComponent.
NameInherited from TComponent.
ObserversInherited from TComponent.
OwnerInherited from TComponent.
PageSetupDialogSpecifies the page setup dialog component to use.
PixelsPerInch protectedReturns the DPI value corresponding to the component’s current scaling factor. Inherited from TcxScalableComponent.
PreviewBtnClicked
PrintBtnClicked
Scalable protectedSpecifies if the component’s content should be scaled. Inherited from TcxScalableComponent.
ScaleFactor protectedReturns the component’s scale factor. Inherited from TcxScalableComponent.
StorageNameDetermines the file name used to store print style information.
StylesSpecifies a print style via its index.
TagInherited from TComponent.
TitleDetermines the title of the style manager dialog window.
UpdateCountStands for an internal counter.
VCLComObjectInherited from TComponent.
VersionIndicates the version number which is used to restore previously applied changes to styles a developer has made.

Methods

NameDescription
AddStyle(TdxPrintStyleClass)Adds a new style to the list of available print styles.
AddStyleEx(TdxPrintStyleClass,TComponent)Adds a new style to the list of available print styles.
Assign(TPersistent)Inherited from TPersistent.
AssignStyles(TdxPrintStyleManager)Copies print styles.
AssignTo(TPersistent)Inherited from TPersistent.
BeginClone(Integer)Starts the copying of a print style.
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.
BeginUpdateDisables events generation.
BuildAutoHFTextEntriesMenu(TComponent,Pointer,Boolean)Builds a popup menu that contains the AutoText value list in the Print Preview and Page Setup windows.
ChangeScale(Integer,Integer) protectedScales the component and the associated controls and/or UI elements using the specified numerator and denominator values. Inherited from TcxScalableComponent.
ClearDeletes all print styles within the current style manager.
DefaultCloneStyleCaptionPrefix
DefaultTitle
DefinePrintStylesDlg(Boolean,Boolean)Displays the Define Print Styles dialog window.
Delete(Integer)Deletes a specified print style.
DeleteNonBuiltInsDeletes all not built-in print styles.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndClone(TBasedxPrintStyle)Completes the copying of a print style.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateEnables events generation.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindComponent(String)Inherited from TComponent.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
HasParentInherited from TComponent.
IndexOfStyle(TBasedxPrintStyle)Specifies the index of a specified print style.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
Loaded protectedInitializes the component following the application form loading. Inherited from TcxScalableComponent.
LoadFromFile(string)Loads all the style manager’s settings from a file.
LoadFromIniFile(TCustomIniFile,string)Loads the style manager’s AutoText entries from a specified section of a certain INI file.
LoadFromRegistry(string)Loads the style manager’s AutoText entries from a specified registry path.
LoadFromStream(TStream)Reads all the style manager’s settings from a stream and stores the contents within TdxPrintStyleManager.
NonBuiltInsExistsSpecifies whether non built-in print styles exist within the current style manager.
Notification(TComponent,TOperation)Inherited from TComponent.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RefreshAutoHFTextEntriesRefreshes the list of the AutoText values for headers/footers.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RestoreDefaultAutoHFTextEntries
RestoreDefaultsLoads default settings for print styles.
RestoreDefaultStyles
SaveToFile(string)Saves the style manager’s settings and styles to a file.
SaveToIniFile(TCustomIniFile,string)Saves the style manager’s AutoText entries into a specified section of a certain INI file.
SaveToRegistry(string)Saves the style manager’s AutoText entries to a specified registry path.
SaveToStream(TStream)Writes all style manager settings to a stream passed as the AStream parameter.
ScaleForPPI(Integer)Scales the component according to the specified DPI value. Inherited from TcxScalableComponent.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ShowAutoHFTextEntriesDlgDisplays the Edit AutoText Entries dialog window.
StyleByCaption(string)Returns a print style by its caption.
StyleByName(string)Returns a print style by its name.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.

Events

NameDescription
OnChangeCurrentStyleOccurs when the current print style of a style manager is about to change.
OnStyleListChangedOccurs when updating the list of available print styles.

See Also

TdxPrintStyleManager Class

dxPgsDlg Unit