PRIVATE SECTION

Syntax

PRIVATE SECTION.

Effect

This statement is only possible in the declaration section of a class and defines the private visibility section of the class class. All the components of the class that are declared in the section after the PRIVATE SECTION statement can only be addressed in the class itself.

Notes

Example

See Visibility Areas.