System.Tether.AppProfile.TResourceCollection.Add
Delphi
function Add: TLocalResource;
C++
HIDESBASE TLocalResource* __fastcall Add(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TResourceCollection |
Description
Creates a new TLocalResource instance and adds it to the Items array.
Call Add to create a resource in the collection. The new resource is placed at the end of the Items array.
Add returns the new resource.