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

TMenuItemEnumerator.Current

Returns the TMenuItem instance at the current position for the enumerator.

Declaration

Source position: menus.pp line 106

public property TMenuItemEnumerator.Current : TMenuItem
  read GetCurrent;

See also

TMenuItemEnumerator.MoveNext

  

Moves to the next position for the enumerator.

TMenuItem.Items

  

Provides indexed access to the child menu items for the current class instance.