Data.Bind.Components.TScopeMappingsEnumerator.GetCurrent
Delphi
function GetCurrent: TScopeMappingItem; inline;
C++
HIDESBASE TScopeMappingItem* __fastcall GetCurrent(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TScopeMappingsEnumerator |
Description
Gets the current TCollectionItem. {{#multireplace:Data.Bind.Components.TScopeMappingsEnumerator.GetCurrent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollectionEnumerator.GetCurrent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollectionEnumerator.GetCurrent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Gets the current TCollectionItem.
Use GetCurrent to get the current TCollectionItem of the TCollection object being enumerated.