Data.Bind.Components.IScopeRecordEnumeratorEvalShortcut.CanGetMemberValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: IScopeRecordEnumeratorEvalShortcut |
Delphi
function CanGetMemberValue(const AMemberName: string; AType: TScopeMemberType): Boolean;
C++
virtual bool __fastcall CanGetMemberValue(const System::UnicodeString AMemberName, TScopeMemberType AType) = 0 ;
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.