Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentRecord
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | |
| Unit: Data.Bind.ObjectScope | |
| Parent: TBindSourceAdapter | |
Delphi
function GetCurrentRecord(const AMemberName: string): IScope;
C++
System::Bindings::Evalprotocol::_di_IScope __fastcall GetCurrentRecord(const System::UnicodeString AMemberName);
Description
Getter method for the CurrentIndex property.
GetCurrentRecord returns the scope, as an IScope, for the member name given through the parameter AMemberName. 
- Note: Descendant classes must override the GetCurrentRecord method to return the scope for the specified member name.