System.Tether.AppProfile.TLocalResource.ResType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResType: TRemoteResourceType read FResType write SetResType default TRemoteResourceType.Data;

C++

__property TRemoteResourceType ResType = {read=FResType, write=SetResType, default=0};

Properties

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

Description

Type of data that the local resource contains.

See Also