|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
Top
PUBLIC LONGCHAR GetLongchar ()
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Reset ()
|
||||||||||||||||||||||||||||||
PUBLIC Reset (character)
|
||||||||||||||||||||||||||||||
PUBLIC INT64 Write (character)
|
||||||||||||||||||||||||||||||
PUBLIC INT64 Write (longchar)
|
||||||||||||||||||||||||||||||
PUBLIC INT64 Write (memptr, int64, int64)
|
||||||||||||||||||||||||||||||
PUBLIC WriteLine (character)
|