Vcl.WinXCalendars.TCalendarViewInfoBase.Children

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Children: TObjectList<TCalendarViewInfoBase> read FChildren;

C++

__property System::Generics::Collections::TObjectList__1<TCalendarViewInfoBase*>* Children = {read=FChildren};

Properties

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

Description

Specifies the children of the control.

Children are drawn on the control. When you add CalendarViewInfoBase to the list of children, the parent is set automatically.

See Also