Interview Questions

How to save binary files in Delphi?

Delphi Interview Questions


(Continued from previous question...)

How to save binary files in Delphi?

Binary files are saved to Binary large object field which supports data of varying formats and indefinite size. This is in contrast to the file system which stores files of small data types. Binary large object field in Delphi allows changes to be made to data and methods. Loadfromfile class is used to store, manipulate, and transform data.

(Continued on next question...)

Other Interview Questions