Hiding Implementation Details
Go Up to Controlling Access
Declaring part of a class as private makes that part invisible to code outside the class's unit file. Within the unit that contains the declaration, code can access the part as if it were public.