Vcl.ActnMan.TActionDragObject.Actions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Actions[Index: Integer]: TContainedAction read GetAction;

C++

__property System::Actions::TContainedAction* Actions[int Index] = {read=GetAction};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionDragObject

Description

Represents the actions contained by this TActionDragObject instance.

Use this property to get a specific action contained by this TActionDragObject instance by index.

See Also