Data.Bind.Components.IScopeRecordEnumeratorEvalShortcut.CanGetMemberValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanGetMemberValue(const AMemberName: string; AType: TScopeMemberType): Boolean;

C++

virtual bool __fastcall CanGetMemberValue(const System::UnicodeString AMemberName, TScopeMemberType AType) = 0 ;

Properties

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

Description

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

See Also