FMX.Types.TBounds.Empty

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

Delphi

function Empty: Boolean;

C++

bool __fastcall Empty();

プロパティ

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


説明

RectWidth または Height が空だった場合 True を、そうでなければ False を返します。

関連項目