wLinkText Property (LinkLabel Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use the wLinkText property to obtain the caption of a link specified by its index in the LinkLabel control’s links collection.

Declaration

TestObj.wLinkText(Index)

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Index [in]    Required    Integer    

Applies To

The property is applied to the following object:

View Mode

This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Parameters

The property has the following parameter:

Index

Specifies the zero-based index of the link whose caption you want to obtain.

Property Value

A string holding the link’s caption.

Highlight search results