| |
Method name |
Brief description |
 |
Flush |
The Flush method flushes all buffers of the current recording program and calls immediate saving of all buffered data to hard drive. |
 |
WriteBoolean |
The WriteBoolean method writes a logical value into a binary file. |
 |
WriteChar |
The WriteChar method writes characters into a binary file. |
 |
WriteDateTime |
The WriteDateTime method writes variables of the DateTime type into a binary file. |
 |
WriteDouble |
The WriteDouble method writes a real number into a binary file. |
 |
WriteInteger |
The WriteInteger method writes an integer number into a binary file. |
 |
WriteListBegin |
The WriteListBegin method writes an indicator of a page start into a binary file. |
 |
WriteListEnd |
The WriteListEnd method writes an indicator of a page end into a binary file. |
 |
WriteString |
The WriteString method writes a character string into a binary file. |