RAD Studio VCL Reference
|
Sets the value of the Name property.
procedure SetName(const NewName: TComponentName); virtual;
virtual __fastcall SetName(const TComponentName NewName);
SetName is the virtual property setter for the Name property. It calls the ChangeName method, which performs the actual name change.
ChangeName is not virtual; override SetName instead when modifying the behavior of the Name property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|