IDE: ask new componentname dialog: fixed uninitialized result

git-svn-id: trunk@59581 -
This commit is contained in:
mattias 2018-11-17 20:40:15 +00:00
parent 2ff6995d1d
commit a5170a4055

View File

@ -118,6 +118,7 @@ begin
ATextPropertyName := '';
AText := '';
Result:=false;
end;
procedure SetComponentText(AComponent: TComponent; AText, ATextPropertyName: string);