Vcl.WinXCalendars.TCalendarViewController.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TObject read GetOwner;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewController

Description

The Owner property is a link to the TCalendarView component.

See Also