Data.Bind.Components.IBindListEditorEvalShortcut.SetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: IBindListEditorEvalShortcut

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 ;

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