mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
Added ppo_implements, odt_interfacecom_property, and odt_interfacecom_function to support _IMPLEMENTS
git-svn-id: trunk@4142 -
This commit is contained in:
parent
5e65c94bfb
commit
87826f69d5
@ -275,6 +275,8 @@ type
|
||||
odt_class,
|
||||
odt_object,
|
||||
odt_interfacecom,
|
||||
odt_interfacecom_property,
|
||||
odt_interfacecom_function,
|
||||
odt_interfacecorba,
|
||||
odt_cppclass,
|
||||
odt_dispinterface
|
||||
@ -314,7 +316,8 @@ type
|
||||
ppo_defaultproperty,
|
||||
ppo_stored,
|
||||
ppo_hasparameters,
|
||||
ppo_is_override
|
||||
ppo_is_override,
|
||||
ppo_implements
|
||||
);
|
||||
tpropertyoptions=set of tpropertyoption;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user