API:Data.Bind.Components.TCustomLinkControlToField.MemberRenaming

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MemberRenaming(Sender: TComponent; AComponent: TComponent;  const ACurMemberName, ANewMemberName: string); override;

C++

virtual void __fastcall MemberRenaming(System::Classes::TComponent* Sender, System::Classes::TComponent* AComponent, const System::UnicodeString ACurMemberName, const System::UnicodeString ANewMemberName);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkControlToField

Description

Used for renaming a member of this binding component.

Data.Bind.Components.TCustomLinkControlToField.MemberRenaming inherits from Data.Bind.Components.TBindComponentDelegate.MemberRenaming. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.MemberRenaming.

Used for renaming a member of this binding component.

MemberRenaming is used for renaming component members. The old member name is given through the ACurMemberName parameter, while the new member name is given through the ANewMemberName parameter.

See Also