jvcllaz: More improvements in JvOutlookBar component editor.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6358 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-26 12:18:09 +00:00
parent fe7d894bc7
commit a20e7f7f74
2 changed files with 88 additions and 107 deletions

View File

@ -1101,6 +1101,7 @@ function TJvOutlookBarButtons.Add: TJvOutlookBarButton;
begin
Result := TJvOutlookBarButton(inherited Add);
Result.Caption := GetUniqueButtonName(Result.GetOutlookBar);
Result.DisplayName := Result.Caption;
end;
procedure TJvOutlookBarButtons.Assign(Source: TPersistent);
@ -1419,6 +1420,7 @@ function TJvOutlookBarPages.Add: TJvOutlookBarPage;
begin
Result := TJvOutlookBarPage(inherited Add);
Result.Caption := GetUniquePageName(Result.GetOutlookBar);
Result.DisplayName := Result.Caption;
end;
procedure TJvOutlookBarPages.Assign(Source: TPersistent);