RAD Studio VCL Reference
|
TBrowseURL is the standard action for launching the default browser to display a specified URL.
TBrowseURL = class(TURLAction);
class TBrowseURL : public TURLAction;
ExtActns
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|