API:Data.Bind.Components.IScopeRecordEnumeratorEvalShortcut.GetMemberValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 int ATypes_High, /* out */ System::Rtti::TValue &AValue) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IScopeRecordEnumeratorEvalShortcut

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.