Back to Devexpress

TdxPrintStyleManager Methods

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

latest14.2 KB
Original Source

TdxPrintStyleManager Methods

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

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.

See Also

TdxPrintStyleManager Class

TdxPrintStyleManager Members

dxPgsDlg Unit