FMX.Graphics.TBitmap.IsEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Beschreibung

Überprüft, ob das aktuelle TBitmap-Objekt leer ist.

Hinweis: Ein TBitmap-Objekt ist leer, wenn entweder dessen Breite (Width) oder Höhe (Height) gleich Null ist.

Siehe auch