API:Vcl.ComCtrls.TListGroups.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Owner: TCustomListView;

C++

HIDESBASE TCustomListView* __fastcall Owner();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroups

Description

Returns the Owner of the collection.

Vcl.ComCtrls.TListGroups.Owner inherits from System.Classes.TCollection.Owner. All content below this line refers to System.Classes.TCollection.Owner.

Returns the Owner of the collection.

Call Owner to obtain a reference to the object that owns this collection. Typically, the owner uses the collection to implement one of its properties.

See Also