System.Tether.AppProfile.TResourceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile

Description

Represents one of the standard data types.

Possible values are:

Value Type

Boolean

Boolean

Integer

Integer

Int64

Int64

Single

Single

Double

Double

String

String

See Also