System.Tether.AppProfile.TResourceCollection
Delphi
TResourceCollection = class(TOwnedCollection)
C++
class PASCALIMPLEMENTATION DECLSPEC_DRTTI TResourceCollection : public System::Classes::TOwnedCollection
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | System.Tether.AppProfile |
説明
TResourceCollection は TLocalResource のインスタンスのコレクションです。
このコレクションの基本的な操作には、以下のメソッドおよびプロパティを使用します。
- Add または Insert を呼び出すと、コレクションに新しいアクションを追加できます。
- Items プロパティを使用すると、特定のアクションにインデックスでアクセスできます。
- FindByName を呼び出すと、アクションを名前で検索できます。
- Delete を呼び出すと、コレクションからインデックスでアクションを削除できます。
- Clear を呼び出すと、コレクションからすべてのアクションを削除できます。
関連項目
- System.Tether.AppProfile.TResourceCollection.Create
- System.Tether.AppProfile.TResourceCollection.Destroy
- System.Tether.AppProfile.TResourceCollection.Add
- System.Tether.AppProfile.TResourceCollection.Insert
- System.Classes.TCollection.Count
- System.Tether.AppProfile.TResourceCollection.Items
- System.Tether.AppProfile.TResourceCollection.FindByName
- System.Classes.TCollection.FindItemID
- System.Classes.TCollection.Delete
- System.Classes.TCollection.Clear