FMX.Grid.TGridModel.TCoord.IsEmpty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCoord


説明

列番号および行番号が未定義の場合には True を、もしそれらに有効な値が設定されていたら False を返します。

関連項目