TdxPageSetupDialog.ActivePageIndex Property
In This Article
Specifies which page of the Page Setup dialog window is displayed.
#Declaration
Delphi
property ActivePageIndex: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Use the ActivePageIndex property to specify the setup page. A value of 0 corresponds to the Page tab, a value of 1 corresponds to the Margins tab, a value of 2 corresponds to the Header/Footer tab, and a value of 3 corresponds to the Scaling tab.
See Also