Vcl.Dialogs.TCustomTaskDialog.DoOnHyperlinkClicked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnHyperlinkClicked(const AURL: string); dynamic;

C++

DYNAMIC void __fastcall DoOnHyperlinkClicked(const System::UnicodeString AURL);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Performs the hyperlink click action of a Task Dialog.

Use DoOnHyperlinkClicked to perform the hyperlink click action of a Task Dialog.