[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Called when a name change must be validated
Source position: classesh.inc line 1623
protected procedure TComponent.ValidateRename( |
AComponent: TComponent; |
const CurName: String; |
const NewName: String |
); virtual; |
ValidateRename checks whether NewName is a valid replacement for CurName for component AComponent. Two owned components of a component can not have the same name. If a child component with the same name is found, then an exception is raised.
|
Write handler for Name property. |
|
|
Name of the component. |
lazarus-ccr.sourceforge.net |