System._InterfaceCastHlpr

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.