JCL Help:TJclEasyStream.WriteCString@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 public procedure WriteCString(const Value: string);


Parameters

Parameters Description
const Value: string String value.


Description

The WriteCString method writes a C-like string value to this stream (max 2G characters).


See Also

TJclEasyStream.ReadCString TJclEasyStream.WriteBoolean TJclEasyStream.WriteChar TJclEasyStream.WriteCurrency TJclEasyStream.WriteDateTime TJclEasyStream.WriteDouble TJclEasyStream.WriteExtended TJclEasyStream.WriteInt64 TJclEasyStream.WriteInteger TJclEasyStream.WriteShortString TJclEasyStream.WriteSingle TJclEasyStream.WriteSizedString


About

Donator

Heinz Zastrau


Notes

This method is superseded by the WriteCString method, which was added to provide symmetry to the ReadCString method.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page