Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketListDotNet.Clear Method

Removes all socket handles stored in the list.

Pascal
procedure Clear; override;

Clear is an overridden procedure that implements the method used to remove all socket handles stored in the list. 

Clear calls the Clear method in the ArrayList used to implement storage for socket handles in the list. 

Use Remove to delete a specific socket handle from the list.

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.