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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!