メインメニューを開く

RAD Studio API Documentation β

System.Bindings.CustomWrapper.TCustomWrapper.GetParent

Delphi

function GetParent: TObject; inline;

C++

System::TObject* __fastcall GetParent();

プロパティ

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

説明

Parent プロパティを操作するための取得メソッドの実装です。

GetParent メソッドは、Parent プロパティを操作するための取得メソッドの実装です。

関連項目