Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentRecord
Delphi
function GetCurrentRecord(const AMemberName: string): IScope;
C++
System::Bindings::Evalprotocol::_di_IScope __fastcall GetCurrentRecord(const System::UnicodeString AMemberName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
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.