System.Tether.Manager.TTetheringBeforeConnectEvent

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

Delphi

TTetheringBeforeConnectEvent = procedure(const Sender: TObject; const AProfileInfo: TTetheringProfileInfo; var AllowConnect: Boolean) of object;

C++

typedef void __fastcall (__closure *TTetheringBeforeConnectEvent)(System::TObject* const Sender, const TTetheringProfileInfo &AProfileInfo, bool &AllowConnect);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

TTetheringProfile.OnBeforeConnectProfile イベントのイベント ハンドラの型。

関連項目