[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TListItemsEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements an enumerator for TListItem values in a TListItems container.

Declaration

Source position: comctrls.pp line 1105

type TListItemsEnumerator = class

public

  constructor Create();

  

Constructor for the class instance.

  function MoveNext;

  

Moves to the next value for the enumerator.

  property Current: TListItem; [r]

  

Current value for the enumerator.

end;

Inheritance

TListItemsEnumerator

  

Implements an enumerator for TListItem values in a TListItems container.

|

TObject