FMX.Controls.Presentation.TPointInObjectLocalInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPointInObjectLocalInfo = record

C++

struct DECLSPEC_DRECORD TPointInObjectLocalInfo
{
public:
    System::Types::TPointF Point;
    bool Result;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

Description

Information about the Hit-Test point in local control at a specified point.

See Also