Close
Closes the file.
Flush
Forces any data remaining in the file buffer to be written to the file.
GetLastError
Returns the last file error.
GetLength
Returns the current logical length of the file in bytes.
GetPosition
Returns the current value of the file pointer.
Lock
Locks access to the file on ` bytes from the position `.
Open
Opens the file ``.
Read
Reads ` bytes of data into the buffer ` from the file.
ReadString
Reads a line from the file into the buffer ``.
Seek
Positions the file pointer to the position ` relatively at the origin defined by `:
SetLength
Changes the length of the file to the value ``.
Unlock
Unlocks access to the file on ` bytes from the position `.
Write
Writes ` bytes from the buffer ` to the file.
WriteString
Writes the string `` to the file.
XmlClear
Clears the XML buffers.
XmlGetField
Gets data of the current branch's next sibling matching given `. If the string ` is empty, gets data of the current branch.
XmlGetGeAttribute
Gets the attribute value of the current branch matching given ``.
XmlMoveToChild
Moves to the current branch's child matching given ` or at subscript `.
XmlMoveToNextSibling
Moves to the current branch's next sibling matching given ` from position ` (default 0).
XmlMoveToParent
Moves to the current branch's parent.
XmlParse
Parses the XML file ``.