Vcl.WinXCalendars.TCalendarViewInfoBase.ContainsPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContainsPoint(const Point: TPoint): Boolean; virtual;

C++

virtual bool __fastcall ContainsPoint(const System::Types::TPoint &Point);

Properties

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

Description

Checks whether the specified point is in the GlobalRect of the item.

See Also