Prototype

function DoLinkDefault(aType: TLinkType; const aURI, aResourcePath: string): boolean; virtual;

Description

Performs default actions when a link is clicked if OnLinkClick is not handled.


At the TMDCustomControl level, this procedure attempts to launch the default browser using aURI if it is a fully qualified URL, aType is hlLink, or by combining aResourcePath and aURI if aType is hlCustom.

See also

TLinkType

TMDCustomControl.OnLinkClick

TMDURI.Combine