Hiding Implementation Details

From RAD Studio
Jump to: navigation, search

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.

See Also