System.Tether.AppProfile.TActionCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTActionCollection

Delphi

TActionCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TActionCollection : public System::Classes::TOwnedCollection

Properties

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

Description

TActionCollection is a collection of instances of TLocalAction.

Use the following methods and properties for basic interaction with the collection:

  • Call Add or Insert to add new actions to the collection.
  • Use the Items property to access specific actions by index.
  • Call FindByName to find actions by name.
  • Call Delete to remove actions from the collection by index.
  • Call Clear to remove all actions from the collection.

See Also