FMX.Grid.TCustomGrid.DisplayCells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DisplayCells(var TopLeft, BottomRight: TGridModel.TCoord): Boolean;

C++

bool __fastcall DisplayCells(TGridModel::TCoord &TopLeft, TGridModel::TCoord &BottomRight);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Determines the cells that are visible, either completely or partially, fills TopLeft with the coordinates of the top-left visible cell, fills BottomRight with the coordinates of the bottom-left visible cell, and returns True on success or False otherwise.

See Also