Top Method Summary
Options Name Purpose
LONGCHAR GetLongchar () Returns the current longchar data
Reset () Resets the stream by deleting the stored LONGCHAR data
Reset (character) Resets the stream by deleting the stored LONGCHAR data and sets the stream code page
INT64 Write (character) Writes text to the output destination
INT64 Write (longchar) Writes text to the output destination
INT64 Write (memptr, int64, int64) Writes data to the output destination
WriteLine (character) Writes text to the output destination and terminates it with a line break


Method Detail
Top

LONGCHAR GetLongchar ()

Purpose: Returns the current longchar data
Notes:

Returns LONGCHAR
The current longchar data
Top

Reset ()

Purpose: Resets the stream by deleting the stored LONGCHAR data
Notes:

Top

Reset (character)

Purpose: Resets the stream by deleting the stored LONGCHAR data and sets the
stream code page
Notes:

Parameters:
pcCodepage CHARACTER
The codepage to use for the stream data
Top

INT64 Write (character)

Purpose: Writes text to the output destination
Notes:

Parameters:
pcText CHARACTER
The text for the output
Returns INT64
The actual number of bytes written to the output stream
Top

INT64 Write (longchar)

Purpose: Writes text to the output destination
Notes:

Parameters:
pcText LONGCHAR
The text for the output
Returns INT64
The actual number of bytes written to the output stream
Top

INT64 Write (memptr, int64, int64)

Purpose: Writes data to the output destination
Notes:

Parameters:
pmSource MEMPTR
The memptr containing the source data
piOffset INT64
The start offset
piLength INT64
The number of bytes to write
Returns INT64
The actual number of bytes written to the output stream
Top

WriteLine (character)

Purpose: Writes text to the output destination and terminates it with a
line break
Notes:

Parameters:
pcText CHARACTER
The text for the output


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:40