System.Tether.AppProfile.TLocalResource.DoResourceReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoResourceReceived(const AResource: TRemoteResource); virtual;

C++

virtual void __fastcall DoResourceReceived(TRemoteResource* const AResource);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalResource

Description

Called when the local resource is a mirror resource (Kind is TTetheringRemoteKind.Mirror) and the value of the resource changes.

AResource is the received remote resource.

If there is an event handler associated with the OnResourceReceived event, DoResourceReceived calls that event handler.

See Also