System.Tether.AppProfile.TLocalResource.OnResourceReceived
Delphi
property OnResourceReceived: TResourceUpdatedEvent read FOnResourceReceived write FOnResourceReceived;
C++
__property TResourceUpdatedEvent OnResourceReceived = {read=FOnResourceReceived, write=FOnResourceReceived};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TLocalResource |
Description
Occurs when the local resource is a mirror resource (Kind is TTetheringRemoteKind.Mirror) and the value of the resource changes.
This event provides a single argument to its event handler, AResource
, which is the received remote resource.
See Also
- BDShoppingList sample