API:Vcl.ComCtrls.TListColumns.Owner

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

Delphi

function Owner: TCustomListView;

C++

HIDESBASE TCustomListView* __fastcall Owner();

プロパティ

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

説明

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

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

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

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

関連項目