Vcl.ActnList.TCustomAction.SetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImageIndex(Value: System.UITypes.TImageIndex); override;

C++

virtual void __fastcall SetImageIndex(System::Uitypes::TImageIndex Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Description

Sets the new Value of the ImageIndex property for the action and action's clients.

Vcl.ActnList.TCustomAction.SetImageIndex inherits from System.Actions.TContainedAction.SetImageIndex. All content below this line refers to System.Actions.TContainedAction.SetImageIndex.

Sets the new Value of the ImageIndex property for the action and action's clients.

SetImageIndex always propagates this Value to all clients of the action.

See Also