API:System.Tether.AppProfile.TLocalResource.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ACollection: TCollection); override;

C++

__fastcall virtual TLocalResource(System::Classes::TCollection* ACollection);

Properties

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

Description

Creates and initializes a TCustomLocalItem instance.

System.Tether.AppProfile.TLocalResource.Create inherits from System.Tether.AppProfile.TCustomLocalItem.Create. All content below this line refers to System.Tether.AppProfile.TCustomLocalItem.Create.

Creates and initializes a TCustomLocalItem instance.

Do not call Create to instantiate a local item. Instead, call the Add method of the collection to which the local item should belong:

See Also