RAD Studio VCL Reference
|
Renames an existing event handler.
procedure RenameMethod(const CurName: string; const NewName: string);
__fastcall RenameMethod(const AnsiString CurName, const AnsiString NewName);
Call RenameMethod to provide an event handler with a new name. The CurName parameter specifies the current name of the event handler, and the NewName parameter specifies the value that the name should be changed to.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|