CONV14-Property access methods that are not private/protected

Top  Previous  Next

 

Property access methods that are not private/protected (CONV14)

This is a list of all property access methods that are not declared as private/protected. Property access methods are used with properties, e. g:

 

property MyProp : integer read GetMyProp write SetMyProp

 

where GetMyProp and SetMyProp are property access methods.

 

Those methods should not be directly callable from the outside, because all access should go through the associated property.

 

 

See also:

 

Conventions