TdxPrintStyleManager Methods
Allows a user to apply different print styles to a report.| Name | Description |
|---|---|
| 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. |
| BeginUpdate | Disables 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) protected | Scales the component and the associated controls and/or UI elements using the specified numerator and denominator values. Inherited from TcxScalableComponent. |
| Clear | Deletes 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. |
| DeleteNonBuiltIns | Deletes all not built-in print styles. |
| DestroyComponents | Inherited from TComponent. |
| Destroying | Inherited 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. |
| EndUpdate | Enables events generation. |
| 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. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetParentComponent | Inherited from TComponent. |
| HasParent | Inherited from TComponent. |
| IndexOfStyle(TBasedxPrintStyle) | Specifies the index of a specified print style. |
| InsertComponent(TComponent) | Inherited from TComponent. |
| IsImplementorOf(IInterface) | Inherited from TComponent. |
| Loaded protected | Initializes 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. |
| NonBuiltInsExists | Specifies whether non built-in print styles exist within the current style manager. |
| Notification(TComponent,TOperation) | Inherited from TComponent. |
| ReferenceInterface(IInterface,TOperation) | Inherited from TComponent. |
| RefreshAutoHFTextEntries | Refreshes the list of the AutoText values for headers/footers. |
| RemoveComponent(TComponent) | Inherited from TComponent. |
| RemoveFreeNotification(TComponent) | Inherited from TComponent. |
| RestoreDefaultAutoHFTextEntries | |
| RestoreDefaults | Loads 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. |
| ShowAutoHFTextEntriesDlg | Displays the Edit AutoText Entries dialog window. |
| StyleByCaption(string) | Returns a print style by its caption. |
| StyleByName(string) | Returns a print style by its name. |
| ToString | Inherited from TObject. |
| UpdateAction(TBasicAction) | Inherited from TComponent. |
See Also