Vcl.ExtActns.TBrowseURL.BeforeBrowse

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BeforeBrowse: TNotifyEvent read FBeforeBrowse write FBeforeBrowse;

C++

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

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TBrowseURL

説明

デフォルトのブラウザが起動して指定された URL がロードされる直前に発生します。

BeforeBrowse イベントハンドラを記述すると,TBrowseURL がデフォルトのブラウザを起動して指定された URL をロードする直前にアプリケーション固有の処理を行うことができます。

関連項目