RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.FormatChars Property

Determines if certain characters are filtered out of text data transferred from a DDE server application.

Pascal
property FormatChars: Boolean;
C++
__property Boolean FormatChars;

Use FormatChars with DDE server applications that transfer backspaces, linefeeds, carriage returns, and tabs with the text data. These formatting characters can cause incorrect spacing, line breaks, or characters in the DDE client data. To prevent the formatting characters from interfering with the formatting of the client data, set FormatChars to false. To include the formatting characters sent by the DDE server, set FormatChars to true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!