System.Bindings.EvalProtocol.ICompiledBinding.Phase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Phase: TCompiledBindingPhaseType read GetPhase;

C++

__property TCompiledBindingPhaseType Phase = {read=GetPhase};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol ICompiledBinding

Description

Specifies the phase of the compiled binding at the moment of the call.

The Phase property specifies the phase of the compiled binding at the moment of the call.

See Also