<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>圆梦公社 - Delphi/Pascal论坛</title>
    <link>https://bbs.ym.gs/f-128-1</link>
    <description>Latest 20 threads of Delphi/Pascal论坛</description>
    <copyright>Copyright(C) 圆梦公社</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Tue, 09 Jun 2026 20:33:39 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.ym.gs/static/image/common/logo_88_31.gif</url>
      <title>圆梦公社</title>
      <link>https://bbs.ym.gs/</link>
    </image>
    <item>
      <title>Delphi 实现刘谦春晚魔术</title>
      <link>https://bbs.ym.gs/t-63863-1-1.html</link>
      <description><![CDATA[看了博友的C# 实现刘谦春晚魔术很好，改成了delphi版的。&amp;nbsp;

  1 program Project1;
  2 
  3 {$APPTYPE CONSOLE}
  4 {$R *.res}
  5 
  6 uses
  7   System.SysUtils,
  8   System.Classes;
  9 
 10 var
 11   list, removeElement: TStringList;
 12   i, Nam ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>五彩田园景观制作中心</author>
      <pubDate>Wed, 21 Feb 2024 02:10:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi 安装FastReport</title>
      <link>https://bbs.ym.gs/t-63835-1-1.html</link>
      <description><![CDATA[安装FastReport
介绍
FastReport包含运行时包和设计时包。 设计时包的包名中有dcl前缀。
每个包都有一个编号，对应Delphi版本。 例如，dclfrx7.dpk 是 Delphi7 的设计时包。
FastReport 使用的包（* 表示 Delphi 版本）：

fs*.dpk  dclfs*.dpk  FastScript, 主要包
fsD ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>俺不中了</author>
      <pubDate>Mon, 13 Mar 2023 12:02:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi Excel控件介绍</title>
      <link>https://bbs.ym.gs/t-63856-1-1.html</link>
      <description><![CDATA[Excel控件介绍
TMS FlexCel
概述
用于 VCL 和 FireMonkey 的原生 Excel 报告和文件生成和操作的强大、广泛和灵活的组件套件。
特征

FlexCel for VCL / FireMonkey 是一套允许操作 Excel 文件的 Delphi 组件。 它包括一个广泛的 API，允许本地读取/写入 Excel 文件。 如 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>气氛如此安详</author>
      <pubDate>Wed, 08 Jun 2022 07:19:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 11.1 试用报告</title>
      <link>https://bbs.ym.gs/t-63859-1-1.html</link>
      <description><![CDATA[Delphi 11.1发布已一月有余，从3月16日发布就一直使用，感触颇深，尤其是开发Android应用方面，更是体会颇多！
言归正传，咱先挑优点说，不然你可能就跑了！
这个版本，一个字：丝滑！处处是丝滑！一但你上手，就有种欲罢不能的感觉！
IDE启动
首先是IDE的启动速度，无 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>依都阁</author>
      <pubDate>Sat, 23 Apr 2022 05:55:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi PDF控件介绍</title>
      <link>https://bbs.ym.gs/t-63861-1-1.html</link>
      <description><![CDATA[PDF控件介绍
llPDFLib
概述
llPDFLib 是用于创建 PDF 文档的纯 Object Pascal 库。 该库不使用任何 DLL 或外部第三方软件来生成 PDF 文件。 库包括具有属性和方法的 TPDFDocument 组件，如 Delphi 的 TPrinter，但旨在生成 PDF 文件。
特征

真正的 Canvas.Handle (HDC) ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>高傲飞翔</author>
      <pubDate>Fri, 17 Dec 2021 07:08:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi zeromq开源库</title>
      <link>https://bbs.ym.gs/t-63848-1-1.html</link>
      <description><![CDATA[delphi zeromq开源库
https://github.com/grijjy/DelphiZeroMQ
使用 ZeroMQ 推出您自己的轻量级、可扩展后端ZeroMQ是一种高速分布式消息传递库，用于使用 pub-sub、push-pull 和 router-dealer 等智能模式构建可扩展的通信应用程序。在本文中，我们将展示一个 Delphi 版 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>辞别</author>
      <pubDate>Tue, 05 Jan 2021 01:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi7升级到Delphi 2010、Delphi XE、Delphi XE2总结</title>
      <link>https://bbs.ym.gs/t-63844-1-1.html</link>
      <description><![CDATA[这两天把一个使用Delphi2007成功升级到了Delphi2010。升级途中很艰辛，总结了 以下经验与大家分享。另外，D7使用的第三方组件，由于官方没有发布For Delphi2010的更新，修改的第三 方组件列表见文章尾部。1，PChar因为Delphi不支持无类型指针的算术运算，很多程序员使用 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>笑傲人生大舞台</author>
      <pubDate>Thu, 24 Dec 2020 15:32:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi的HashMap</title>
      <link>https://bbs.ym.gs/t-63867-1-1.html</link>
      <description><![CDATA[使用过Java的朋友，应该知道它有个超好用的HashMap容器类，面试必问的，在Delphi10中有TDictionary类，但Delphi7没得用，所以自己动手，使用数组 + 链表写个类似Java的HashMap类，提供给所有坚守Delphi的朋友们，性能还是相当不错的。

  1 {************************** ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>为摊代言</author>
      <pubDate>Wed, 02 Sep 2020 04:45:00 +0000</pubDate>
    </item>
    <item>
      <title>TRestClient</title>
      <link>https://bbs.ym.gs/t-63846-1-1.html</link>
      <description><![CDATA[TRestClient
Delphi XE6开始，REST Client系列元件渐渐开始成为&amp;nbsp;Delphi&amp;nbsp;团队的重点开发项目之一。TRESTClient, TRESTRequest, TRESTResponse 系列组合。

var
&amp;nbsp; jo: TJSONObject;
begin
&amp;nbsp; jo:= TJSONObject.Create;
&amp;nbsp; try
&amp;nbsp; &amp;nbsp; Reset ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>用户夜猫子</author>
      <pubDate>Thu, 06 Aug 2020 09:26:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi 调用百度识别</title>
      <link>https://bbs.ym.gs/t-63840-1-1.html</link>
      <description><![CDATA[虽然百度大家一直在骂，但是我发现其实百度有些东西还是可以用的。现在大家都搞人工智能了，我们Delphi也不可以落后。废话不多说，直接上代码
第一步，先获取AccessToken

function GetAccessToken(const client_id, client_secret: string;
  HTTP: TNetHTTPClient;out ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>曾伯顺</author>
      <pubDate>Mon, 06 Apr 2020 17:30:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi数组详解（整理）</title>
      <link>https://bbs.ym.gs/t-63858-1-1.html</link>
      <description><![CDATA[数组是可以通过索引来引用的同类型数据的列表。按照存储空间的获取方式，Delphi支持的数组类型有两种，即静态数组和动态数组。所谓静态数组就是在声明时就已经确定大小的数组类型。
数组的下标一般下界值都为0，不建议使用非0下标。
静态数组：

 1 标准方法： 
   var  ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>天津强哥</author>
      <pubDate>Sun, 05 Apr 2020 14:31:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi json生成和解析</title>
      <link>https://bbs.ym.gs/t-63852-1-1.html</link>
      <description><![CDATA[delphi json生成和解析
使用DELPHI 自带的JSON类。

{
    \&quot;date\&quot;: \&quot;2014-03-04\&quot;,
    \&quot;error\&quot;: 0,
    \&quot;results\&quot;: [
        {
            \&quot;currentCity\&quot;: \&quot;成都\&quot;,
            \&quot;weather_data\&quot;: [
                {
                    \&quot;date\&quot;: \&quot;周二(今天, 实时：1 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>呼呼呼呼</author>
      <pubDate>Tue, 31 Mar 2020 08:10:00 +0000</pubDate>
    </item>
    <item>
      <title>学习Delphi的五个理由</title>
      <link>https://bbs.ym.gs/t-63833-1-1.html</link>
      <description><![CDATA[几天前，我在Facebook上进行了一场激烈的辩论。像大多数活跃在IT社区中的人一样，我的社交媒体Feed上载满了您可以想象的每个趋势IT概念的广告。最近，这些广告都是关于机器学习和AI的。或者，我应该说，使用这些流行语来吸引人们对其产品的关注的公司。我还没有见过AI曾 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>祝福国家强大</author>
      <pubDate>Sun, 19 Jan 2020 01:39:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi - 手把手教你基于D7+Access常用管理系统架构的设计与实现</title>
      <link>https://bbs.ym.gs/t-63865-1-1.html</link>
      <description><![CDATA[前言
　　从事软件开发工作好多年了，学的越深入越觉得自己无知，所以还是要对知识保持敬畏之心，活到老，学到老！
健身和代码一样都不能少，身体是革命的本钱，特别是我们这种高危工种，所以小伙伴们运动起来！有没有健身撸铁，体脂现在是多少呀？明年（2020/03/22）徐 ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>马绿树</author>
      <pubDate>Wed, 11 Dec 2019 08:25:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi-基础(运算符)</title>
      <link>https://bbs.ym.gs/t-63838-1-1.html</link>
      <description><![CDATA[一、运算符　　1、变量　　2、运算符**　　3、表达式
&amp;nbsp;
1、变量
&amp;nbsp;变量解释：编程中最小的存储单元（空间），它的空间大小由它在声明时的数据类型决定。
1.1、声明 : 定义一个变量，告诉Delphi一个名字的存储空间

1 var 变量名:数据类型;

1.2、变量初始化（ ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>我在唐朝你在汉</author>
      <pubDate>Mon, 25 Nov 2019 07:55:00 +0000</pubDate>
    </item>
    <item>
      <title>DELPHI开发LINUX包</title>
      <link>https://bbs.ym.gs/t-63842-1-1.html</link>
      <description><![CDATA[DELPHI开发LINUX包
我们知道，有了包的存在，开发插件架构的程序，才成为可能 。
DELPHI在WINDOWS里面的包的扩展名是.bpl。
在LINUX里面的包的扩展名是.so。
怎样在LINUX里面加载.so的包？
不论加载WINDOWS的包，还是加载LINUX的包，都是使用LoadPackage()函数加载。

f ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>肌肉黑憨憨</author>
      <pubDate>Fri, 02 Aug 2019 11:12:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi 用windowsmediaplayer播放</title>
      <link>https://bbs.ym.gs/t-63841-1-1.html</link>
      <description><![CDATA[转自：http://home.51.com/qq105533846/diary/item/10052777.html


unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, OleCtrls, WMPLib_TLB, StdCtrls, ExtCtrls;

type
  TForm1 = class(TFor ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>永明商贸</author>
      <pubDate>Mon, 01 Jul 2019 03:20:00 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 常见错误</title>
      <link>https://bbs.ym.gs/t-63854-1-1.html</link>
      <description><![CDATA[Delphi 常见错误
1、编译期错误信息




信息


说明




\';\' not allowed before \'ELSE\'


ElSE前不允许有“;”




\'\' clause not allowed in OLE automation section


在OLE自动区段不允许“”子句




\'\' is not a type identifier


不是类型标识符




\'\' not pr ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>有两个宝贝的奶奶</author>
      <pubDate>Wed, 26 Jun 2019 02:26:00 +0000</pubDate>
    </item>
    <item>
      <title>delphi nethttpclient操作cookie</title>
      <link>https://bbs.ym.gs/t-63850-1-1.html</link>
      <description><![CDATA[delphi nethttpclient操作cookie

uses System.Net.HttpClientComponent,System.Net.HttpClient,

//取 cookei ///
  for var TCooki in nethttp.CookieManager.Cookies do  //    nethttp: TNetHTTPClient;
  begin

    if str_str(uip, StrRight(TCooki.Domain, Leng ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>不尽江河</author>
      <pubDate>Mon, 20 May 2019 01:12:00 +0000</pubDate>
    </item>
    <item>
      <title>TNetHttpClient的用法</title>
      <link>https://bbs.ym.gs/t-63831-1-1.html</link>
      <description><![CDATA[TNetHttpClient的用法
TNetHttpClient是DELPHI XE8新增加的控件。
在之前，我们一般都是使用IDHTTP控件，但在安卓、IOS等非WINDOWS平台，IDHTTP访问HTTPS却不行了。
大家知道INDY的SSL访问局限于WINDOWS平台，并不支持跨平台HTTPS访问。
鉴于以上原因，所以EMB才推出了T ...]]></description>
      <category>Delphi/Pascal论坛</category>
      <author>睦壹</author>
      <pubDate>Mon, 20 May 2019 00:53:00 +0000</pubDate>
    </item>
  </channel>
</rss>