[fpc-pascal] What is the difference between the declarations at the beginning of a class and those declared in the public section?

Jonas Maebe jonas.maebe at elis.ugent.be
Sun Nov 6 19:33:55 CET 2011


On 06 Nov 2011, at 19:26, Frank Church wrote:

> So it means that unless a field or method is in the private or protected
> section

or published, strict private or strict protected section

> it is automatically public?

Yes (or published in case of {$m+}, as Michael added).


Jonas



More information about the fpc-pascal mailing list