FMX.Grid.TGridModel.TCoord.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

Properties

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

Description

Returns True if the column number and the row number are undefined or False if they have valid values.

See Also