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

TBasedxReportLink.PageSetup Method

Invokes the Page Setup dialog.

#Declaration

Delphi
function PageSetup: Boolean;

#Returns

Type
Boolean

#Remarks

Call this function to invoke the Page Setup dialog with the active Page tab and the visible “Print Preview…” and “Print…” buttons.

PageSetup calls the PageSetupEx function internally and returns its result. Refer to the PageSetupEx function description for additional information.

See Also