Private
From Lazarus wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
Back to Reserved words.
The modifier private
is part of object-oriented programming.
The modifier private
designates within a class
an area which only the methods of its own class
can see.
The modifier private
means within a class
an area that only the methods of its own class
can access.