
0
Completed
New warning: Getter/Setter names are different from property declaration
I suggest another convention "Getter/Setter Name is different from property declaration" ?
The convention would be that the getter/setter name = Get<propertyname>/Set<propertyname>
Example:
The convention would be that the getter/setter name = Get<propertyname>/Set<propertyname>
Example:
TMyObject = class
private
function GetText: string;
public
property Name: string read GetText;
end;
Customer support service by UserEcho
Actually, it has been appeared in my mailbox and then only a couple of clicks are needed.