TdxPreviewOptions Members
Contains the look & feel settings of the Print Preview dialog.Properties
| Name | Description |
|---|---|
| Caption | Specifies the Print Preview dialog’s caption. |
| EnableOptions | Specifies UI element availability flags in the Print Preview dialog. Inherited from TdxBasePreviewOptions. |
| Height | Specifies the Print Preview dialog’s height, in pixels. |
| HelpContext | Provides the context number for use when calling context-sensitive online Help. |
| HelpFile | Specifies the name of the help file used to display Help for the Print Preview dialog. |
| Icon | Specifies the icon of the Print Preview dialog. |
| IsIconAssigned | Indicates if a custom icon is assigned to the Print Preview dialog. |
| Left | Specifies the horizontal coordinates of the Print Preview dialog’s left edge in pixels, relative to its parent or container control. |
| Rect | Specifies the rectangle occupied by the Print Preview dialog. |
| SavePosition | Deprecated. This property exists for backward compatibility only. Use the TdxPSEngineController.OptionsStoring.SaveFormsPosition property instead. |
| SaveZoomPosition | Specifies whether the Print Preview window’s zoom settings should be saved when it’s closed. Inherited from TdxBasePreviewOptions. |
| ShowExplorer | Inherited from TdxBasePreviewOptions. |
| ThumbnailsOptions | Inherited from TdxBasePreviewOptions. |
| Top | Specifies the vertical position of the Print Preview dialog’s top edge in pixels, relative to its parent or container control. |
| VisibleOptions | Specifies UI element visibility flags in the Print Preview dialog. Inherited from TdxBasePreviewOptions. |
| Width | Specifies the Print Preview dialog’s width, in pixels. |
| WindowState | Determines the manner in which the Print Preview dialog is displayed. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Disables all TdxBaseObject operations. Inherited from TdxBaseObject. |
| CancelUpdate | Enables operations for the current TdxBaseObject object. Inherited from TdxBaseObject. |
| Clone | Creates a new TdxBaseObject instance. Inherited from TdxBaseObject. |
| DefaultCaption | |
| DefaultIcon | |
| DefaultRect | |
| EndUpdate | Enables TdxBaseObject operations. Inherited from TdxBaseObject. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IsEmpty | Inherited from TdxBaseObject. |
| IsEqual(TdxBaseObject) | Determines whether the specified object is of the TdxBaseObject type. Inherited from TdxBaseObject. |
| LoadFromFile(string) | Loads TdxBaseObject contents from a file. Inherited from TdxBaseObject. |
| LoadFromStream(TStream) | Loads data form a stream into the TdxBaseObject object. Inherited from TdxBaseObject. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| RestoreDefaults | Inherited from TdxBaseObject. |
| RestoreOriginalIcon | Restores the default icon. |
| SaveToFile(string) | Saves the TdxBaseObject contents to a file. Inherited from TdxBaseObject. |
| SaveToStream(TStream) | Saves TdxBaseObject contents to a stream. Inherited from TdxBaseObject. |
| SetBounds(Integer,Integer,Integer,Integer) | |
| ToString | Inherited from TObject. |
See Also