Protected

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 protected is part of object-oriented programming. Within a class, a protectedmodifier refers to an area that is restricted to its own class or the methods derived from it see and access them.

See also