CONV17-Bad class visibility order |
Top Previous Next |
Bad class visibility order (CONV17)
This list contains all class types with bad class visibility order in the declaration. Bad order is defined as when private sections appear after public/protected sections or when protected sections appear after public sections. The code is probably easier to understand and maintain if a good visibility order is used.
Classes that are derived from TForm are not reported. This is because these type of classes depend on a special order, starting with published identifiers.
See also:
|