System.Tether.AppProfile.TResourceValue.AsInt64

提供: RAD Studio API Documentation
2014年5月12日 (月) 06:45時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-14954)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 がラップしている実際の値。

関連項目