FMX.Graphics.TPathData.IsEmpty

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

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

プロパティ

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


説明

TPathData が空かどうかを示します。

IsEmpty は、TPathData が空の場合に True を、そうでなければ False を返します。

TPathData は、Count が 0 の際に空になります。

関連項目