mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +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_class,
|
||||||
odt_object,
|
odt_object,
|
||||||
odt_interfacecom,
|
odt_interfacecom,
|
||||||
|
odt_interfacecom_property,
|
||||||
|
odt_interfacecom_function,
|
||||||
odt_interfacecorba,
|
odt_interfacecorba,
|
||||||
odt_cppclass,
|
odt_cppclass,
|
||||||
odt_dispinterface
|
odt_dispinterface
|
||||||
@ -314,7 +316,8 @@ type
|
|||||||
ppo_defaultproperty,
|
ppo_defaultproperty,
|
||||||
ppo_stored,
|
ppo_stored,
|
||||||
ppo_hasparameters,
|
ppo_hasparameters,
|
||||||
ppo_is_override
|
ppo_is_override,
|
||||||
|
ppo_implements
|
||||||
);
|
);
|
||||||
tpropertyoptions=set of tpropertyoption;
|
tpropertyoptions=set of tpropertyoption;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user