System.Tether.AppProfile.TActionCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TLocalAction;

C++

HIDESBASE TLocalAction* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TActionCollection

Description

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

Call Add to create an action in the collection. The new action is placed at the end of the Items array.

Add returns the new action.

See Also