论坛


2025年7月31日 星期四

uniDAC联接PostgreSQL乱码的解决方法

红鱼儿| 博客园_红鱼儿 |14:03:00

人大金仓数据库Kingbase 8: 数据库中定义的字段类型为varchar,数据库的字符集是 utf8,客户端显示乱码。 解决方法: 设置uniConnectioin的Options: Charset:utf8,一定为小写 UseUnicode:False

【Delphi】Google Map を表示するための HTML を生成する【Maps Embed API】

ht_deko| qiita.com |07:42:15

はじめに Delphi にはモバイルプラットフォーム向けに TMapView というコンポーネントがあるのですが 1、デスクトッププラットフォームあるいは VCL 用には用意されていません。 FMX.Maps.TMapView (DocWiki) モバイル チュートリア...

2025年7月30日 星期三

Coming in RAD Studio 13: A Conditional Ternary Operator for the Delphi Language

Marco Cantu| Embarcadero Delphi Blogs |15:14:23

Embarcadero is working on a new version of Delphi (and RAD Studio) codenamed Ganymede and currently in Beta. In this blog post and others that are going to follow, we want to start introducing some...

Delphi で画像範囲選択UIを作る!ClipRectControl の紹介

vram| qiita.com |08:24:41

Delphi で画像範囲選択UIを作る!ClipRectControl の紹介 画像上に「選択範囲(クリップ矩形)」を直感的に操作できる Delphi 用カスタムコントロール ClipRectControl を紹介します。 ?? なにができるの? ClipRectCon...

Lazarus 使用QT5的深色style完整代码 - 秋·风

秋·风| 博客园 - 秋·风 |02:42:00

【摘要】Lazarus 使用QT5的深色style完整代码,QT5研究暂告一段落。 unit Unit1; {$mode objfpc}{$H+} {$macro on} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs <a href="https://www.cnblogs.com/qiufeng2014/p/19012430" target="_b...

2025年7月29日 星期二

lazarus获取QT5所有Style及设置指定style - 秋·风

秋·风| 博客园 - 秋·风 |20:45:00

【摘要】lazarus获取QT5当前所有可用的Style及设置指定style,直接上代码: unit Unit1; {$mode objfpc}{$H+} {$macro on} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dia <a href="https://www.cnblogs.com/qiufeng2014/p/19010292" target=...

lazarus自定义QT5样式 - 秋·风

秋·风| 博客园 - 秋·风 |08:28:00

【摘要】最近在测试Qt5样式的使用方法。用QApplication_setStyleSheet设置想要的样式(我也只会简单的) procedure TForm1.Button2Click(Sender: TObject); var s:PWideString; begin new(s); s^:='QPus <a href="https://www.cnblogs.com/qiufeng2014/p/...

CnWizards_1.6.1.1268_Unstable.exe

Cnpack| Cnpack.org |05:00:00

* [代码格式化] 修正一处 @ 后的匿名函数处理错误的问题。

2025年7月27日 星期日

编译Qt5Pas1.dll - 秋·风

秋·风| 博客园 - 秋·风 |01:06:00

【摘要】以下使用mingw64进行在windows编译Qt5Pas方法1、安装mingw64,如果mingw64还没安装qmake,请按以下安装 pacman -S mingw-w64-x86_64-qt5 按默认安装就可以。2、拷贝lazarus\lcl\interfaces\qt5\cbindings目 <a href="https://www.cnblogs.com/qiufeng2014...

lazarus for windows使用QT5要注意的事项 - 秋·风

秋·风| 博客园 - 秋·风 |00:41:00

【摘要】lazarus要使用QT5:1、编译Qt5Pas1.dll,编译方法见:编译Qt5pas1.dll - 秋·风 - 博客园2、设置lazarus project的LCLWidgetType为QT5 3、将QT5的关键dll拷贝到应用程序当前目录,以下是经测试验证后的核心文件: libbrotlico <a href="https://w...

2025年7月26日 星期六

How To Read And Write Array Field Types In PostgreSQL and InterBase

Ian Barker| Embarcadero Delphi Blogs |01:31:03

Did you know that InterBase and PostgreSQL both support a field type which is an array of values? It is not always obvious how to read and write to these database array field types. I...

2025年7月25日 星期五

クリップボード拡張アプリ「ガレトン」を作ったので紹介

vram| qiita.com |10:45:56

はじめに クリップボードってかなり昔のWindowsから搭載されていますが未だに使いづらいと思いませんか? 特にAIのプロンプトで作っておいたプロンプトをいちいちコピペするのが面倒になったので代理で操作してくれるアプリを作りました。 その名は ガレトン 機能?..

2025年7月24日 星期四

How To Get Real Help For Free With Code Reviews, Pull Requests, And Git Commits

Ian Barker| Embarcadero Delphi Blogs |16:31:27

In modern software development, even with a powerful modern IDE, if you work in a team, accept commits from contributors, or even merge modules/components from third-party providers, one of the most mind-numbing chores is reviewing...

君たちはまだTTabControlを使っているのか?

vram| qiita.com |11:31:52

はじめに いつもの煽り文句系の投稿です Delphi の標準 TTabControl ではタブの表示が一列のみで、長いタブ名や多数のタブを扱うのが非常に不便です。 例えば以下のような制限があります: タブが1行にしか並ばない(長いタブ名で折り返されず、はみ出す) スク...

cef4delphi for lazarus编译linux/windows2用程序 - 秋·风

秋·风| 博客园 - 秋·风 |06:29:00

【摘要】一、出现的问题用cef4delphi的lazarus any_os demo编译的程序在linux运行会出现以下错误: 二、解决方法以lazarus_Linux_GTK2的SimpleBrowser为例1、将interfacesgtk2.pas保存到project目录interfacesgtk2.p <a href="https://www.cnblogs.com/qiufeng201...

« 上一页

下一页 »