System.Tether.Manager.TTetheringProfile.SetName
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 | TTetheringProfile |
Description
Setter of the Name property of the profile.
SetName sets the value of the Name property to NewName
.
If the Text property of the profile is identical to its Name, SetName changes the value of Text to NewName
as well.