System.Tether.Manager.TTetheringManager.SetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetName(const NewName: TComponentName); override;

C++

virtual void __fastcall SetName(const System::Classes::TComponentName NewName);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Setter of the Name property of the manager.

SetName sets the value of the Name property to NewName.

If the Text property of the manager is identical to its Name, SetName changes the value of Text to NewName as well.

See Also