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.IsCurrentLink Property

Determines if the report link is active (also called current).

#Declaration

Delphi
property IsCurrentLink: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

A report link that is previewed or printed by default (when no report link is explicitly specified) is considered active. To make the report link active, set its IsCurrentLink property to True. Since only one report link can be active at one time, the previously active report link is automatically deactivated (i.e., its IsCurrentLink property is set to False).

See Also