Vcl.WinXCalendars.TCalendarViewInfoBase.AddChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddChild<T: class>(const AChild: T): T;

C++

template<typename T> T __fastcall AddChild(const T AChild);

Properties

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

Description

Adds a new object to the list of children.

See Also