Vcl.ComCtrls.TListItems.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TCustomListView read FOwner;

C++

__property TCustomListView* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Indicates the list view object that uses the list items object to manage its items.

Use Owner to access the list view object that uses this TListItems object to implement its Items property.

See Also