FMX.ListView.Types.TListItemSimpleControl.PointInLocalRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PointInLocalRect(const Pos: TPointF): Boolean;

C++

bool __fastcall PointInLocalRect(const System::Types::TPointF &Pos);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl

Description

Indicates whether a point belongs to the local rectangle of this control.

See Also