System.Bindings.CustomWrapper.TCustomWrapper.Parent

提供:RAD Studio API Documentation

Delphi

property Parent: TObject read GetParent;

C++

__property System::TObject* Parent = {read=GetParent};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

説明

ラップされたメンバを保持する親オブジェクト。

Parent プロパティは、ラップされたメンバを保持する親オブジェクトを示します。

関連項目