System.Actions.TContainedActionList.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TContainedAction* operator[](int Index) { return this->Actions[Index]; }

Properties

Type Visibility Source Unit Parent
function public System.Actions.hpp System.Actions TContainedActionList

Description

Returns an action that has the specified index in the list.

See Also