摘要:
这个方法是在Lazarus高DPI控制位置移动问题与解决 - 禁卫军 - 博客园基础上改进的: procedure TForm1.FormCreate(Sender: TObject); begin if Screen.PixelsPerInch<>self.DesignTimePPI then b 阅读全文
摘要:
这2个控件只用其中1个是能正常运行的,但当同时使用这2个控件时,当TBCButton的FontEx.style设为空,在linux gtk2(QT5没这个问题)运行会闪退,在终端运行可以看到以下出错信息: Gtk-Message: 07:44:34.383: Failed to load modul 阅读全文
摘要:
lazreport对报表变量赋值使用GetValue方式,这方式不直观简便。 procedure TForm1.frReport1GetValue(const ParName: String; var ParValue: Variant ); begin if ParName='aa' then P 阅读全文