2025年7月10日 星期四
lazarus字符串按指定的分隔符分割示例 - 秋·风
秋·风| 博客园 - 秋·风 |23:03:00
【摘要】字符串分隔可以用以下3个方法:方法1、使用Split(推荐)Split将字符串按照指定的分隔符分割成多个子字符串,并存储在一个字符串数组中。Split 在 FPC 中不是一个单独的功能,它应按以下方式使用: procedure TVersionForm.FormCreate(Sender: TObj <a href...
Webinar: How to Get Real Help For Free With Code Reviews, Pull Requests, And Git Commits
Hagop Panosian| Embarcadero Delphi Blogs |19:25:24
Grab your seat for a new exciting webinar! Host: Embarcadero Developer Advocate Ian Barker Special Guest: Amar Goel, CEO, Bito.ai What’s the Webinar About? If you work in a team, accept commits from contributors or...
Making Delphi Web Apps Docker-Ready in One Click
Antonio Zapater| Embarcadero Delphi Blogs |16:29:33
We’re excited to announce a major enhancement to our WebStencils demo project: native Docker support! This new feature opens up exciting possibilities for deploying and distributing your Delphi web applications built with WebStencils and Web...