System.Bindings.EvalProtocol.IDynamicInstance.FixedInstance
Delphi
property FixedInstance: IInterface read GetFixedInstance write SetFixedInstance;
C++
__property System::_di_IInterface FixedInstance = {read=GetFixedInstance, write=SetFixedInstance};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bindings.EvalProtocol.pas System.Bindings.EvalProtocol.hpp |
System.Bindings.EvalProtocol | IDynamicInstance |
Description
The instance to which the dynamic member will be linked at evaluation time.
The FixedInstance property specifies the instance to which the dynamic member will be linked at evaluation time, in case the object member is found.