TMemberVisibility Enumeration
Specifies the visibility of a type member.
Syntax
Unit: Bcl.Code.MetaClasses
Members
| Name | Value | Description |
|---|---|---|
| mvPrivate | 0 | |
| mvPublic | 1 | |
| mvProtected | 2 | |
| mvPublished | 3 | |
| mvStrictPrivate | 4 | |
| mvStrictProtected | 5 |
Specifies the visibility of a type member.
Unit: Bcl.Code.MetaClasses
| Name | Value | Description |
|---|---|---|
| mvPrivate | 0 | |
| mvPublic | 1 | |
| mvProtected | 2 | |
| mvPublished | 3 | |
| mvStrictPrivate | 4 | |
| mvStrictProtected | 5 |