System.Actions.TContainedAction.SetImageIndex
Delphi
procedure SetImageIndex(Value: System.UITypes.TImageIndex); virtual;
C++
virtual void __fastcall SetImageIndex(System::Uitypes::TImageIndex Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
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.