System.TypInfo.GetRawByteStrProp

提供: RAD Studio API Documentation
2016年2月8日 (月) 23:50時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:System.TypInfo.GetRawByteStrProp|api}} ==説明== {{#lsth:API:System.TypInfo.GetRawByteStrProp|説明}}」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function GetRawByteStrProp(Instance: TObject; const PropName: string): RawByteString;
function GetRawByteStrProp(Instance: TObject; PropInfo: PPropInfo): RawByteString;

C++

extern DELPHI_PACKAGE System::RawByteString __fastcall GetRawByteStrProp(System::TObject* Instance, const System::UnicodeString PropName)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。