System.Tether.AppProfile.TCustomLocalItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ACollection: TCollection); override;

C++

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

Properties

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

Description

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