API:System.Tether.AppProfile.TLocalResource.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

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

Description

Copies the contents of another local item object.

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

Copies the contents of another local item object.

Assign copies the Profile property of the specified local item object into the properties of this local item object.

See Also