Icon WriteUTF8String Method

procedure WriteUTF8String(const Value: String)

Available In: Server Applications

Use this method to write a UTF-8-encoded string to the stream's current position. The string is written to the stream with a 32-bit, signed integer length-prefix.

Information If the value cannot be written for any reason, an exception will be raised. However, most types of streams can be expanded dynamically, so writing past the end of the stream will simply result in an increase in the stream size.
Image