[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Actually sets the component name.
Source position: classesh.inc line 1601
protected procedure TComponent.ChangeName( |
const NewName: TComponentName |
); |
ChangeName is called by the SetName procedure when the component name is set and the name has been verified. It actually sets the name of the component to NewName, and can be used to bypass the name checks which are done when the Name property is set.
Application programmers should never use SetName directly.
|
Write handler for Name property. |
|
|
Name of the component. |
lazarus-ccr.sourceforge.net |