System.Bindings.CustomWrapper.TCustomWrapper.GetParent

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

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 プロパティを操作するための取得メソッドの実装です。

関連項目