WPTools v6.29.1 Standard Edition
Дата: 12.05.2013 | Комментариев: 0 | Просмотров: 3781
19.2.2013 - WPTools 6.29.1- fix in rtf writing code to solve problem with merged cells
- fix possible rangecheck error
- fix problem with TextObject.LoadFromFile and Delphi XE3
* RTF reader now handles UNC file links which use "\\" in the path
* the cursor was not painted if DoubleBuffered was set to true for the parent of the editor
+ WPTools Premium: Saves and loads \column
* improved theming of TWPToolbar and TWPToolPanel
+ new event: OnPaintDesktopBackground. It can be used to draw the parent of the editor, for example
if it is a TMS panel or pager control.
Example:
procedure TForm1.WPRichText1PaintDesktopBackground(Sender: TObject; Canvas: TCanvas; R: TRect);
begin
// This would paint the TWPRichText, too - but TWPRichText is locked for repaint during this event
AdvOfficePager1.PaintTo(Canvas, -WPRichText1.Left, -WPRichText1.Top);
end;
- HighlightTextColor can now also be used if 2Pass Painting is used
Все используемые на сайте статьи, файлы и логотипы компаний принадлежат их законным владельцам. Если вы являетесь правообладателем "WPTools v6.29.1 Standard Edition" и не желаете, чтобы ваша информация находилась на нашем сайте, напишите нам и эта информация будет удалена.
Категория: Delphi » Delphi-компоненты
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.