Class TStrictVisibility

Methods
Properties

Unit

Declaration

type TStrictVisibility = class(TObject)

Description

Hierarchy

Overview

Fields

Strict Private StrictPrivateInteger: integer;
Strict Protected StrictProtectedInteger: integer;

Description

Fields

Strict Private StrictPrivateInteger: integer;

the visibility of StrictPrivateInteger is "strict private."

Strict Protected StrictProtectedInteger: integer;

the visibility of StrictProtectedInteger is "strict protected."