BinFile-Read

Имя функции dcl-BinFile-Read
Синтаксис   (dcl-BinFile-Read <BINFILE> Partial [типа Boolean])
Возвращаемый тип List as (DataItem1 DataItem2 ...)
Подходит к Binary File

This method reads a list of data items from a binary file. All data is read sequentially from beginning to end. If Partial is T, the returned list contains data items corresponding to a single BinFile-Write call; otherwise the file is read from the current position all the way to the end of the file.