File types
From Lazarus wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
polski (pl) │
There are several options for file processing.
Binary file
The binary file type is suitable for processing files of all types and sizes.
See Binary file
FileStream
The FileStream is fast and is suitable for files of small and medium size.
See FileStream
String list
The string list is fast and is suitable for files of small and medium size.
See String List
Typed file
The file type typed file is suitable for structured files of any size.
See Typed file
Untyped text file
The untyped text file type is suitable for files of any size.