mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
* part of r15476, forgot to commit
git-svn-id: trunk@15477 -
This commit is contained in:
parent
62d677eb92
commit
224deb7fe1
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user