Vcl.ExtCtrls.TControlCollection.Owner

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

Delphi

function Owner: TCustomGridPanel;

C++

HIDESBASE TCustomGridPanel* __fastcall Owner();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

説明

コレクションの Owner を返します。

Vcl.ExtCtrls.TControlCollection.Owner は System.Classes.TCollection.Owner を継承しています。以下の内容はすべて System.Classes.TCollection.Owner を参照しています。

コレクションの Owner を返します。

Owner メソッドを呼び出すと,当該コレクションを所有しているオブジェクトへの参照を取得できます。通常,オーナーはそのコレクションを使用して,そのプロパティの 1 つを実装します。

関連項目