|
Writes an AnsiString to the output buffer. Newer versions of Delphi and C++ Builder are using Unicode based strings by default. In these versions, the WriteStr mthod writes an unicode string to the output buffer. To write an AnsiString, use the WriteAnsiStr method instead of WriteStr. If ThbComPort.Options.SyncMode is set to True, the method waits until all data has been sent succsessfully, otherwise the method returns immediately and the data is send in an asynchronous manner. Declarationprocedure WriteAnsiStr(const Value : AnsiString); See AlsoThbComPort..Timeouts,ThbComPort.Options.SyncMode, ThbComPort.WriteStr |