Afficher : Delphi
C++
Préférences d'affichage
System._InterfaceCastHlpr
De XE2 API Documentation
C++
struct _InterfaceCastHlpr{ typedef DelphiInterface<DESTTYPE> RetType; static RetType cast(IInterface* src) { return _interfaceCast<DESTTYPE>(src); } };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| class | public | systobj.h | System | System |
Description
A usage interne. _InterfaceCastHlpr est une assistance pour le transtypage d'interfaces.