TdxPrintDialog.PageCount Property
In This Article
Determines the number of report pages in a report.
#Declaration
Delphi
property PageCount: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The PageCount property is used to validate the page range specified by a user via the “Pages:” edit box.
See Also