Data.Bind.Components.IBindListEditorEvalShortcut.SetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCurrentValue(const AMemberName: string; const AValue: TValue; AType: TScopeMemberType);

C++

virtual void __fastcall SetCurrentValue(const System::UnicodeString AMemberName, const System::Rtti::TValue &AValue, TScopeMemberType AType) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IBindListEditorEvalShortcut

Description

Sets the current value of the editor to the value of the specified member using the specified type.

You can call CanSetCurrentValue before you call SetCurrentValue to ensure that SetCurrentValue can succeed.

See Also