|
@@ -569,7 +569,8 @@ type
|
|
|
oo_is_enum_class, { the class represents an enum (JVM) }
|
|
|
oo_has_new_destructor,{ the object/class declares a destructor (apart from potentially inherting one from the parent) }
|
|
|
oo_is_funcref, { interface has a single Invoke method that can be directly called }
|
|
|
- oo_is_invokable { interface that is invokable like a function }
|
|
|
+ oo_is_invokable, { interface that is invokable like a function }
|
|
|
+ oo_is_capturer { the class is the capturer for anonymous functions (or converted proc(var)s) }
|
|
|
);
|
|
|
tobjectoptions=set of tobjectoption;
|
|
|
|