System.Bindings.EvalProtocol.IPlaceholder.EvalTimeOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EvalTimeOnly: Boolean read GetEvalTimeOnly;

C++

__property bool EvalTimeOnly = {read=GetEvalTimeOnly};

Properties

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

Description

Specifies whether the value of the wrapped object member can only be determined at evaluation time.

EvalTimeOnly indicates whether the value of the wrapped object member can only be determined at evaluation time. For example, an object-typed result of an indexed property or of a method can only be determined at evaluation.

See Also