Show: Delphi
C++
Display Preferences
System.IInterface Functions
From XE2 API Documentation
| _AddRef | Increments the reference count for this interface. |
| _Release | Decrements the reference count for this interface. |
| QueryInterface | Returns a reference to a specified interface if the object supports that interface. |
| Supports | Indicates whether a given interface supports a specific (another) interface. |