Vcl.ExtActns.TBrowseURL

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtActns.TURLActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBrowseURL

Delphi

TBrowseURL = class(TURLAction)

C++

class PASCALIMPLEMENTATION TBrowseURL : public TURLAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns Vcl.ExtActns

Description

TBrowseURL is the standard action for launching the default browser to display a specified URL.

Add TBrowseURL to an action manager or action list to let your application launch a browser to display a specific Web page in response to user actions. Controls linked to this action cause the application to launch the default browser, as specified in the system registry, and display the Web page specified by the URL property. You should assign a value to the URL property before the user invokes this action.

See Also