Vcl.ExtActns.TBrowseURL.AfterBrowse
Delphi
property AfterBrowse: TNotifyEvent read FAfterBrowse write FAfterBrowse;
C++
__property System::Classes::TNotifyEvent AfterBrowse = {read=FAfterBrowse, write=FAfterBrowse};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TBrowseURL |
Description
Occurs after the default browser launches and loads the specified URL.
Write an AfterBrowse event handler to take application-specific actions immediately after TBrowseURL launches the default browser and loads a specified URL.