mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 23:11:41 +01:00
JLObject with the method "Free" and a virtual destructor "Destroy"
(and Free is automatically called from the "finalize" method,
which in turn is called by the JVM when the instance is collected;
note that there is no final collection before the JVM shuts down,
so it may never be called if you don't call Free explicitly yourself)
* if you don't specify an explicit ancestor for a Java class, set
the parent to TObject instead of to JLObject (for better compatibility
with regular Pascal code)
git-svn-id: branches/jvmbackend@18466 -
|
||
|---|---|---|
| .. | ||
| compproc.inc | ||
| java_sys.inc | ||
| java_sysh.inc | ||
| jdynarrh.inc | ||
| jmathh.inc | ||
| jrec.inc | ||
| jrech.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| objpas.pp | ||
| rtl.cfg | ||
| rtti.inc | ||
| system.pp | ||