System.Actions.TActionListEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TContainedAction read GetCurrent;

C++

__property TContainedAction* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TActionListEnumerator

Description

Current instance of TContainedAction of the action list of the enumerator.

After you create an instance of TActionListEnumerator, you must call MoveNext once before you can read this property.

See Also