System._InterfaceCastHlpr

From RAD Studio API Documentation
Jump to: navigation, search

C++

struct _InterfaceCastHlpr
{
  typedef DelphiInterface<DESTTYPE> RetType;
  static RetType cast(IInterface* src)
  { return _interfaceCast<DESTTYPE>(src); }
};

Properties

Type Visibility Source Unit Parent
class public systobj.h System System

Description

For internal use. _InterfaceCastHlpr is a helper for interface casting.