TCustomdxComponentPrinter.State Property
Describes the current state of the component printer.
Declaration
property State: TdxCPStates read;
Property Value
| Type |
|---|
| TdxCPStates |
Remarks
Values include:
| Value | Description |
|---|---|
| cpsBuilding | A report is currently being built by printing components. |
| cpsDesigning | TdxComponentPrinter is in design mode (this state is set only at design time). |
| cpsPreviewing | The Print Preview dialog is currently active. |
| cpsPrinting | A report is currently being printed. |
| cpsPrintDialog | The Print dialog is currently active. |
| cpsPageSetupDialog | The Page Setup dialog is currently active. |
See Also