System.Tether.AppProfile.TResourceType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TResourceType = (Integer, Single, Double, Int64, Boolean, &String);

C++

enum class DECLSPEC_DENUM TResourceType : unsigned char { Integer, Single, Double, Int64, Boolean, String };

Eigenschaften

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


Beschreibung

Repräsentiert einen der Standarddatentypen.

Mögliche Werte:

Wert Typ

Boolean

Boolean

Integer

Integer

Int64

Int64

Single

Single

Double

Double

String

String

Siehe auch