Internet Direct (Indy)
|
Adds string data to the end of existing values in the thread-safe data type.
procedure Append( const AValue: string );
Parameters |
Description |
AValue |
Values to be added to the end of existing content. |
Append is a procedure used to add string data specified in AValue to the end of existing content in Value for the thread-safe data type.
Append calls Lock to enable resource protect while updating the content of Value.
Append calls Unlock to disable resource protection proper to exiting from the method.
Use Prepend to insert a value at the beginning of existing content in Value.
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. |