Data.Bind.Grid.TLinkGridToDataSourceColumnsEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TLinkGridToDataSourceColumn; inline;

C++

HIDESBASE TLinkGridToDataSourceColumn* __fastcall GetCurrent();

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridToDataSourceColumnsEnumerator

Description

Gets the current TCollectionItem.

Data.Bind.Grid.TLinkGridToDataSourceColumnsEnumerator.GetCurrent inherits from System.Classes.TCollectionEnumerator.GetCurrent. All content below this line refers to System.Classes.TCollectionEnumerator.GetCurrent.

Gets the current TCollectionItem.

Use GetCurrent to get the current TCollectionItem of the TCollection object being enumerated.