Vcl.Grids.TInplaceEditList.OverButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OverButton(const P: TPoint): Boolean;

C++

bool __fastcall OverButton(const System::Types::TPoint &P);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Specifies whether the given point is inside the button area.

The OverButton method returns True if the point specified through the parameter is situated inside the area of the button that opens the pick list, and False otherwise.

See Also