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.MakeDelimiters(TdxReportCells,TList,TList) Method

Creates delimiters for report pages.

#Declaration

Delphi
procedure MakeDelimiters(AReportCells: TdxReportCells; AHorzDelimiters: TList; AVertDelimiters: TList); virtual;

#Parameters

Name Type
AReportCells TdxReportCells
AHorzDelimiters TList
AVertDelimiters TList

#Remarks

The MakeDelimiters method creates bounds that limit report pages.

AReportCells specifies the collection of report cells.

The AHorzDelimiters and AVertDelimiters parameters specify horizontal and vertical delimiters. When splitting report pages, cells are not split.

Descendants can override this method to force report delimiters to behave in a specific manner.

See Also