System.Beacon.TMeanCalculator.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
System.Beacon.pas
System.Beacon.hpp
System.Beacon TMeanCalculator


Beschreibung

Gibt einen booleschen Wert zurück, der angibt, ob das T-Array leer ist.

Gibt True zurück, wenn das T-Array leer ist, und False, wenn es nicht leer ist.

Siehe auch