API Reference MyLibrary MyLibrary.Collections IReadOnlyCollection<T> IReadOnlyCollection<T>.IsEmpty Method Definition Unit: MyLibrary.Collections Package: MyLibrary Determines whether the collection contains no values. Delphi Copy function IsEmpty: Boolean; Returns Boolean True if the collection is empty; otherwise, false.