本文整理自网络,侵删。
uses Winapi.Windows, FMX.Platform.Win;
procedure TForm1.FormCreate(Sender: TObject);var app: HWND;begin //Application.Title := 'New Application Title'; app := GetWindow(WindowHandleToPlatform(Self.Handle).Wnd, GW_OWNER); SetWindowText(app, 'New Application Title');end;
相关阅读 >>
Delphi shellexecute openurl 的跨平台实现
Delphi新建服务,停止系统服务,以及获取服务状态和新建系统服务器的方法
Delphi xe更改ttrayicon系统任务栏图标(无模糊)
更多相关阅读请进入《Delphi》频道 >>