System.Classes.TCollection.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Owner: TPersistent;

C++

TPersistent* __fastcall Owner();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

Description

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