System.Tether.AppProfile.TResourceCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TLocalResource;

C++

HIDESBASE TLocalResource* __fastcall Add();

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.

See Also