System.Tether.Manager.TTetheringAdapter.RegisterLog

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

Delphi

class procedure RegisterLog(const DoLog: TTetheringDoLog);

C++

__classmethod void __fastcall RegisterLog(const TTetheringDoLog DoLog);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

指定されたイベント ハンドラ ハンドル呼び出しを、Log に対して行います。

イベント ハンドラは、単一のパラメータ Msg を受け取ります。これは、ログ記録されたメッセージです。

関連項目