TCustomdxComponentPrinter.State Property
In This Article
Describes the current state of the component printer.
#Declaration
Delphi
property State: TdxCPStates read;
#Property Value
Type |
---|
Tdx |
#Remarks
Values include:
Value | Description |
---|---|
cps |
A report is currently being built by printing components. |
cps |
Tdx |
cps |
The Print Preview dialog is currently active. |
cps |
A report is currently being printed. |
cps |
The Print dialog is currently active. |
cps |
The Page Setup dialog is currently active. |
See Also