Vcl.ComCtrls.TListItemsEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TListItem read GetCurrent;

C++

__property TListItem* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItemsEnumerator

Description

Retrieves a reference to the current TListItem instance.

Use Current to retrieve the current TListItem instance in the TListItems being enumerated. The GetCurrent method has the same effect as Current.

See Also