System.Actions.TActionListEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean; inline;

C++

bool __fastcall MoveNext();

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.

See Also