Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.State Property

Describes the current state of the component printer.

#Declaration

Delphi
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