mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 06:31:25 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() - class external: - JS object or function as ancestor - does not descend from TObject - all members become external. case sensitive - has no hidden values like $class, $ancestor, $unitname, $init, $final - can be ancestor of a pascal class (not descend from TObject). - pascal class descendant can override methods - property works as normal, replaced by getter and setter - class-of - class var/function: works as in JS. - is and as operators - destructor forbidden - constructor must not be virtual - constructor 'new' -> new extclass(params) - identifiers are renamed to avoid clashes with external names - call inherited git-svn-id: trunk@35643 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |