IBX.IBDatabase.TIBBase.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TObject read FOwner;

C++

__property System::TObject* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBBase

Description

Indicates which component owns the component.

Owner refers to the SQL object (DataSet, TIBSQL, or Blob) that created the TIBBase component.