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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|