System.Bindings.EvalProtocol.ICompiledBinding.GetPhase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPhase: TCompiledBindingPhaseType;

C++

virtual TCompiledBindingPhaseType __fastcall GetPhase() = 0 ;

Properties

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

Description

Getter method for the Phase property.

GetPhase is the getter method for the Phase property.

See Also