System.Bindings.CustomWrapper.TCustomWrapper.EvalTimeOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EvalTimeOnly: Boolean read GetEvalTimeOnly;

C++

__property bool EvalTimeOnly = {read=GetEvalTimeOnly, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

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

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

See Also