FMX.Graphics.TPathData.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.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Description

Indicates whether TPathData is empty.

IsEmpty returns True if TPathData is empty, and False otherwise.

A TPathData is empty when Count is 0.

See Also