Source position: msesys.pas line 51
type fileopenmodety = (
fm_none,
fm_read,
fm_write,
fm_readwrite,
fm_create,
fm_append
);