Fmx.Bind.DBLinks.TDBGridLinkColumnsEnumerator.GetCurrent

From RAD Studio API Documentation

Delphi

function GetCurrent: TDBGridLinkColumn; inline;

C++

HIDESBASE TDBGridLinkColumn* __fastcall GetCurrent(void);

Properties

Type Visibility Source Unit Parent
function public
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TDBGridLinkColumnsEnumerator

Description

Gets the current TCollectionItem. {{#multireplace:Fmx.Bind.DBLinks.TDBGridLinkColumnsEnumerator.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.