Vcl.ExtActns.TBrowseURL.BeforeBrowse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeBrowse: TNotifyEvent read FBeforeBrowse write FBeforeBrowse;

C++

__property System::Classes::TNotifyEvent BeforeBrowse = {read=FBeforeBrowse, write=FBeforeBrowse};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TBrowseURL

Description

Occurs immediately before the default browser launches and loads the specified URL.

Write a BeforeBrowse event handler to take application-specific actions immediately before TBrowseURL launches the default browser and loads a specified URL.

See Also