Data.Bind.Components.TEvalEnumeratorToEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall TEvalEnumeratorToEditor(bool AUseEvalShortcuts, const _di_IScopeRecordEnumerator ASource, const System::UnicodeString ASourceMemberName, const _di_IBindListEditor AEditor, const System::UnicodeString AEditorMemberName, 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 TEvalEnumeratorToEditor

Description

Creates an instance of TEvalEnumeratorToEditor with the specified data.

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

Parameter Property
AUseEvalShortcuts UseEvalShortcuts
ASource Source
ASourceMemberName SourceMemberName
AEditor Editor
AEditorMemberName EditorMemberName
ACustom Custom
AOnEvalError OnEvalError
ABindingExpression Expression

See Also