TdxPSCustomPreviewWindow.ActivePageIndex Property
In This Article
When implemented by TdxPSCustomPreviewWindow descendants, makes a specified page active
within the Print Preview window.
#Declaration
Delphi
property ActivePageIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The page to be activated is identified by its zero-based index among the available pages enumerated by the PageCount property.
See Also