INVOKEKIND
The INVOKEKIND enumeration is defined as follows: typedef enum tagINVOKEKIND { INVOKE_FUNC = DISPATCH_METHOD, INVOKE_PROPERTYGET = DISPATCH_PROPERTYGET, INVOKE_PROPERTYPUT = DISPATCH_PROPERTYPUT, INVOKE_PROPERTYPUTREF = DISPATCH_PROPERTYPUTREF } INVOKEKIND;Value
| Description
|
INVOKE_FUNC
| The member is called using normal function invocation syntax.
|
INVOKE_PROPERTYGET
| The function is invoked by using normal property access syntax.
|
INVOKE_PROPERTYPUT
| The function is invoked by using property value assignment syntax.
Syntactically, a typical programming language might represent changing a property in the
same way as assignment; for example:
object.property := value. |
INVOKE_PROPERTYPUTREF
| The function is invoked by using property reference assignment syntax.
|
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database