FMX.TabControl.TTabControl.ObjectAtPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectAtPoint(P: TPointF): IControl; override;

C++

virtual Fmx::Types::_di_IControl __fastcall ObjectAtPoint(const System::Types::TPointF &P);

Properties

Type Visibility Source Unit Parent
function protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Tries to find a control using specific coordinates on the screen.

First, the search is performed among the additional buttons in the area of titles. Then, the search is performed among the tab titles. After that, the search goes to the general rules set by its ancestor TControl.ObjectAtPoint.

See Also