System.Tether.AppProfile.TLocalAction.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 TLocalAction

Description

Copies the contents of another local action object.

Assign copies the properties of the action of the specified local action object into the properties of the action of this local action object.

See Also