Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.194 Beiträge
 
Delphi 12 Athens
 
#2

AW: IsEmpty = True bei List.Count = 1

  Alt 14. Feb 2024, 08:22
Wo kommt DIESES FIsEmpty denn her?

Zitat:
Delphi-Quellcode:
property IsEmpty: Boolean read GetIsEmpty;

function TList<T>.GetIsEmpty: Boolean;
begin
  Result := FCount = 0;
end;
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat