* part of r15476, forgot to commit

git-svn-id: trunk@15477 -
This commit is contained in:
Jonas Maebe 2010-06-25 20:37:36 +00:00
parent 62d677eb92
commit 224deb7fe1

View File

@ -351,7 +351,7 @@ type
oo_has_enumerator_movenext,
oo_has_enumerator_current,
oo_is_external, { the class is externally implemented (objcclass, cppclass) }
oo_is_anonymous, { the class is only formally defined in this module (objcclass x = class; external;) }
oo_is_formal, { the class is only formally defined in this module (x = objcclass; external [name 'x'];) }
oo_is_classhelper, { objcclasses that represent categories, and Delpi-style class helpers, are marked like this }
oo_has_class_constructor, { the object/class has a class constructor }
oo_has_class_destructor { the object/class has a class destructor }