Skip to main content

TBasedxReportLink.IsCurrentLink Property

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

Declaration

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