TInterfacedPersistent::operator _di_IInterface():类型转换操作符,转为 _di_IInterface 类型。
函数原型:
operator System::_di_IInterface()
{
System::_di_IInterface intf;
this->GetInterface(intf);
return intf;
} |
头文件:
#include <System.Classes.hpp> (XE2 之后),#include <Classes.hpp> (XE 之前)
命名空间:
System
参数:
无
返回值:
_di_IInterface 类型的接口
兼容性:
函数 \ C++ Builder 编译器 |
bcc32 |
clang32 |
clang64 |
TInterfacedPersistent::operator _di_IInterface() |
√ |
√ |
√ |
相关链接:
• TObject::GetInterface • TInterfacedPersistent::QueryInterface • TInterfacedPersistent • TPersistent • VCL基础类
|