Vcl.ActnMan.TActionClients.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TActionClientItem;

C++

HIDESBASE TActionClientItem* __fastcall Add();

Properties

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

Description

Creates a new TActionClient instance and adds it to the Items array.

Add is used internally to create a TActionClient object in the TActionClients collection. The new TActionClient object is placed at the end of the Items array.

See Also