API:Data.Bind.Components.IScopeRecordEnumeratorEvalShortcut.GetMemberValue
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: IScopeRecordEnumeratorEvalShortcut | |
Delphi
procedure GetMemberValue(const AMemberName: string; const AType: TScopeMemberType;
const ACallback: TValueCallback); overload;
function GetMemberValue(const AMemberName: string; const ATypes: array of TScopeMemberType; out AValue: TValue): Boolean; overload;
C++
virtual void __fastcall GetMemberValue(const System::UnicodeString AMemberName, const TScopeMemberType AType, const _di_TValueCallback ACallback) = 0 /* overload */;
virtual bool __fastcall GetMemberValue(const System::UnicodeString AMemberName, const TScopeMemberType *ATypes, const System::NativeInt ATypes_High, /* out */ System::Rtti::TValue &AValue) = 0 /* overload */;
Description
Embarcadero Technologies does not currently have any additional information.