Set containing all supported operating systems
Source position: fpmkunit.pp line 236
const AllOSes = [Low(TOS)..High(TOS)]; |
A predefined set that includes all operating systems supported by the Free Pascal Compiler. This constant is used for targets that should be compiled for all available platforms.