Data.Bind.Components.IBindListEditorEvalShortcut.CanSetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanSetCurrentValue(const AMemberName: string; out AType: TScopeMemberType): Boolean;

C++

virtual bool __fastcall CanSetCurrentValue(const System::UnicodeString AMemberName, /* out */ TScopeMemberType &AType) = 0 ;

Properties

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

Description

Returns True if it is possible to set the current value of the editor to the value of the specified member formatted using the specified type using evaluation shortcuts, or False otherwise.

See Also