Private

From Lazarus wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also