System.Tether.AppProfile.TResourceCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTResourceCollection

Delphi

TResourceCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TResourceCollection : 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

TResourceCollection is a collection of instances of TLocalResource.

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