Reads or Writes the value for the thread-safe data type.
property Value: string;
Value is a String property that represents the value for the thread-safe String data type.
Read and write access to the content of Value uses the resource protection capabilities of the object instance to ensure reliable access in multi-threaded applications.
Use Append to add additional string data to the end of existing content of value.
Use Prepend to add additional string data at the beginning of existing content of value.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|