TdxFastList.Empty Method
In This Article
Identifies whether the ordered pointer list is empty.
#Declaration
Delphi
function Empty: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the Count property value is 0; otherwise, False.
See Also