Vcl.DBOleCtl.TDataBindings.GetOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwner: TPersistent; override;

C++

DYNAMIC System::Classes::TPersistent* __fastcall GetOwner(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDataBindings

Description

Returns the owner of an object.

GetOwner is used to find the owner of a data binding, that is, the data-aware control.

See Also