Internet Direct (Indy)
Home
PreviousUpNext
TIdThreadSafeStringList.Destroy Destructor

Frees the thread-safe data type.

Pascal
destructor Destroy; override;

Destroy is the destructor for the thread-safe data type. 

Destroy calls Lock to enable resource protection while resources allocated to Value in the Create method are freed. 

Destroy call Unlock to disable resource protection on successful completion, or when an exception is raised. 

The inherited Destroy method is called prior to exit.

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.