System.Bindings.CustomWrapper.TCustomWrapper.GetEvalTimeOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEvalTimeOnly: Boolean; inline;

C++

bool __fastcall GetEvalTimeOnly();

Properties

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

Description

Getter implementation for the EvalTimeOnly property.

The GetEvalTimeOnly method is the getter implementation for the EvalTimeOnly property. GetEvalTimeOnly indicates whether the value of the wrapped object member can be determined only at evaluation time.

See Also