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

TWinControlEnumerator

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

Declaration

Source position: controls.pp line 1916

type TWinControlEnumerator = class end;

protected

  FIndex: Integer;

  FLowToHigh: Boolean;

  FParent: TWinControl;

  function GetCurrent;

public

  constructor Create();

  function GetEnumerator;

  function MoveNext;

  property Current: TControl; [r]

Inheritance

TWinControlEnumerator

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.