JCL Help:TWideStrings.SaveUnicode

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines if the class saves data as Unicode or ANSI.


Pascal

 public property SaveUnicode: Boolean;


Description

Determines whether the SaveToFile and SaveToStream methods write the data as Unicode or ANSI. If set to True these methods save the data as Unicode, if set to False the data is implicitly converted to and saved as ANSI. In the latter case the OnConfirmConversion event may be fired if the conversion would have the potential of information loss.


About

Donator

Mike Lischke


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