System.Actions.TActionListEnumerator.MoveNext
Delphi
function MoveNext: Boolean; inline;
C++
bool __fastcall MoveNext(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Actions.pas System.Actions.hpp |
System.Actions | TActionListEnumerator |
Description
Updates the action list so that the next time you read its Current property, it returns the next action in the list. This function returns False if there are no more actions in the list; it returns True otherwise.