System.Tether.AppProfile.TLocalResource.DoResourceReceived
Delphi
procedure DoResourceReceived(const AResource: TRemoteResource); virtual;
C++
virtual void __fastcall DoResourceReceived(TRemoteResource* const AResource);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp | System.Tether.AppProfile | TLocalResource | 
説明
ローカル リソースが ミラー リソースの場合(Kind が TTetheringRemoteKind.Mirror)で、リソースの値が変わった際に、呼び出されます。
AResource は、受信したリモート リソースです。
OnResourceReceived イベントに関連づけられているイベント ハンドラがある場合、DoResourceReceived は、そのイベント ハンドラを呼び出します。