ITabHyperlink.Active

Syntax

Active: TriState;

Description

The Active property determines whether the hyperlink was used.

Comments

Default property value is set to TriState.OffOption. After the first link clicking, the property is set to TriState.OnOption that will correspond to used link. It is possible, for example, to set up own formatting for used links.

The property value is saved until the object to which table belongs is open. After object closing, the property value is sent to TriState.OffOption.

See also:

ITabHyperlink