Source position: ImagingTypes.pas line 479
type TOpenMode = (
omReadOnly = 0,
omCreate = 1,
omReadWrite = 2
);