FireDAC.Stan.Intf.PIUnknown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PIUnknown = ^IInterface;

C++

typedef System::_di_IInterface *PIUnknown;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Pointer to an interface.

PIUnknown is a pointer to the IInterface interface.

See Also