TdxBasePreviewOptions Members
Properties
| Name | Description |
|---|---|
| EnableOptions | Specifies UI element availability flags in the Print Preview dialog. |
| SaveZoomPosition | Specifies whether the Print Preview window’s zoom settings should be saved when it’s closed. |
| ShowExplorer | |
| ThumbnailsOptions | |
| VisibleOptions | Specifies UI element visibility flags in the Print Preview dialog. |
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. |
| 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. |
| SaveToFile(string) | Saves the TdxBaseObject contents to a file. Inherited from TdxBaseObject. |
| SaveToStream(TStream) | Saves TdxBaseObject contents to a stream. Inherited from TdxBaseObject. |
| ToString | Inherited from TObject. |
See Also