Module facilities in Object Pascal are based around the concept of a unit.
A unit is contained in a file, and is divided into interface and implementation portions.
Within each section the division is similar to the const - type - variable - procedure components familiar from Pascal.