API:System.TypInfo.GetObjectProp

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

Delphi

function GetObjectProp(Instance: TObject; const PropName: string; MinClass: TClass): TObject;
function GetObjectProp(Instance: TObject; PropInfo: PPropInfo; MinClass: TClass): TObject;

C++

extern DELPHI_PACKAGE System::TObject* __fastcall GetObjectProp(System::TObject* Instance, const System::UnicodeString PropName, System::TClass MinClass = 0x0)/* overload */;

プロパティ

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

説明

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