Vcl.RibbonActnCtrls.TKeyTipListEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipListEnumerator

Description

Moves the enumerator to the next item in the TKeyTipList collection.

Use MoveNext to move the TKeyTipListEnumerator to the next TKeyTip item in the TKeyTipList object being enumerated. MoveNext returns True if moving to the next item in the menu succeeded, or False otherwise.

See Also