Unit 'streamex' Package
[Overview][Constants][Classes][Index] [#fcl]

TDelphiWriter.WriteStr

Write a string to the stream.

Declaration

Source position: streamex.pp line 81

public procedure TDelphiWriter.WriteStr(

  const Value: Ansistring

);

Arguments

Value

  

String to write.

Description

WriteStr writes a string to the stream, forcing the use of the TBidirBinaryObjectWriter class methods, which update the position of the stream.

See also

TBidirBinaryObjectWriter

  

Binary component stream writer with BiDi support.


Documentation generated on: Jul 24 2023