CreateLinkObject Method

The CreateLinkObject method creates a new link object.

Syntax

object.CreateLinkObject

(

i_LinkTextAs String,

i_LinkTypeAsGrooveFormsToolLinkType,

i_LinkObjectID As Number = -1

) AsIGrooveFormsToolLinkObject

Parameters

Parameter Description

i_LinkText

Specifies the displayed anchor text for the link.

i_LinkType

Specifies whether the link is to a specific record, to a specific view, or to the Forms tool.

i_LinkObjectID

Specifies the Record ID or the View ID. If the i_LinkType parameter specifies that the link is to the Forms tool, this parameter may be omitted.

Remarks

The IGrooveFormsToolLinkObject object is used in the SendInstantMessageWithLinks method as part of an IGrooveFormsToolLinkObjectEnum object.

See Also

Reference

IGrooveFormsToolLinkObjectEnum Interface
IGrooveFormsToolUIDelegate Interface
SendInstantMessageWithLinks Method