System.Tether.AppProfile.TTetheringAppProfile.Resources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resources: TResourceCollection read GetSharedResources write SetSharedResources;

C++

__property TResourceCollection* Resources = {read=GetSharedResources, write=SetSharedResources};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Collection of resources shared with remote profiles or mirrored from a remote profile.

See Sharing Data with Remote Applications Using App Tethering.

See Also