Vcl.Grids.TInplaceEdit.PosEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PosEqual(const Rect: TRect): Boolean;

C++

bool __fastcall PosEqual(const System::Types::TRect &Rect);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Indicates whether the edit window has the size and position indicated by Rect.

Use PosEqual to determine if the edit window occupies a particular rectangle, where Rect is given in global coordinates. PosEqual can be used to determine whether the inplace edit control represents a particular cell in the grid, by checking the bounding rectangle of the cell.

See Also