System.Tether.AppProfile.TResourceValue.AsInt64

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

Delphi

property AsInt64: Int64 read GetInt64;

C++

__property __int64 AsInt64 = {read=GetInt64};

プロパティ

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


説明

データ型64 ビット符号付き整数 の場合の、TResourceValue がラップしている実際の値。

関連項目