Data.Bind.Components.TEvalEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AUseEvalShortcuts: Boolean;
const ASource: IScopeRecordEnumerator; const ASourceMemberName: string;
ACustom: Boolean;
const AOnEvalError: TOnEvalErrorEvent;
const ABindingExpression: TBindingExpression);

C++

__fastcall TEvalEnumerator(bool AUseEvalShortcuts, const _di_IScopeRecordEnumerator ASource, const System::UnicodeString ASourceMemberName, bool ACustom, const TOnEvalErrorEvent AOnEvalError, System::Bindings::Expression::TBindingExpression* const ABindingExpression);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TEvalEnumerator

Description

Creates an instance of TEvalEnumerator with the specified data.

The specified values are assigned to properties of the new object:

Parameter Property
AUseEvalShortcuts UseEvalShortcuts
ASource Source
ASourceMemberName SourceMemberName
ACustom Custom
AOnEvalError OnEvalError
ABindingExpression Expression

See Also