Vcl.ExtCtrls.TCustomGridPanel.CellRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellRect[AColumn, ARow: Integer]: TRect read GetCellRect;

C++

__property System::Types::TRect CellRect[int AColumn][int ARow] = {read=GetCellRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomGridPanel

Description

Returns the screen coordinates of a cell in the grid.

Use the CellRect property to return the screen coordinates of a cell in the grid.