System.Tether.AppProfile.TTetheringRemoteItemType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTetheringRemoteItemType = (Action, Resource);

C++

enum class DECLSPEC_DENUM TTetheringRemoteItemType : unsigned char { Action, Resource };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


Beschreibung

Typ des Remote-Eintrags.

Unterstützte Werte:

Wert Klassen

Action

TRemoteAction

Resource

TRemoteResource

Siehe auch