Internet Direct (Indy)
|
Indicates if the thread-safe list is empty, or contains no items.
function IsEmpty: Boolean;
Boolean - True when the number of objects in the list is 0 (zero).
IsEmpty is a Boolean function used to indicate if the thread-safe list is empty, or contains no items. IsEmpty calls IsCountLessThan, and uses the value as the return value for the method.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |