[fpc-devel] class abstract, class sealed implementation. please review.
dmitry boyarintsev
skalogryz.lists at gmail.com
Tue Oct 20 11:29:14 CEST 2009
On Tue, Oct 20, 2009 at 1:22 PM, Marco van de Voort <marcov at stack.nl> wrote:
> Packages don't have external classes. A package is fully transparent to the
> program, IOW when linking to a package there are proper .ppu's and
> everything, and there is no "external" link step.
So it would be like using delphi's dcu (without .pas files).
Some class/vars/consts/functions are avaiable and declared in package
file, but the only they to see a full declaration is via documention,
rather than header-sources.
thanks,
dmitry
More information about the fpc-devel
mailing list