Web.DBWeb.THTMLTableColumns.GetOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwner: TPersistent; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumns

Description

Returns the owner of the THTMLTableColumns object.

Call the GetOwner method to obtain the owner of the THTMLTableColumns object, as a TPersistent.

See also