Data.Bind.Components.IBindListEditorEvalShortcut.CanSetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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