System.Bindings.EvalProtocol.IDynamicInstance.GetFixedInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFixedInstance: IInterface;

C++

virtual System::_di_IInterface __fastcall GetFixedInstance() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IDynamicInstance

Description

Getter method for the FixedInstance property.

GetFixedInstance is the getter method for the FixedInstance property.

See Also