System.Tether.AppProfile.TResourceType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


説明

標準データ型の 1 つを表します。

取り得る値は以下のとおりです。

Boolean

Boolean

Integer

Integer

Int64

Int64

Single

Single

DOUBLE

Double

string

String

関連項目