Vcl.ActnMan.TCustomActionManager.DeleteActionItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteActionItems(Actions: array of TCustomAction);

C++

void __fastcall DeleteActionItems(Vcl::Actnlist::TCustomAction* *Actions, const int Actions_High);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Removes items from an ActionBars collection.

DeleteActionItems removes items from the ActionBars collection which are linked to the Actions specified.

See Also