gpt4 book ai didi

delphi - 如何在delphi中使用fmx扩展

转载 作者:行者123 更新时间:2023-12-03 17:36:43 25 4
gpt4 key购买 nike

我下载了tabControl的扩展程序,我是delphi的新手,请告诉我如何在当前项目中使用它。

我已经下载了以下文件,并从此处将其另存为我的项目文件夹中的FMX.Extensions.UX.TabControl,并将其添加到我在project1上的使用中。

TabControl Extension

我有一个带有tabcontrol的project1,每个选项卡上都有一些简单的项目,有人可以帮助我学习如何使用此扩展程序,但我不知道从何而来。

亲切的问候

更新:

我将其添加到form1下的include中。

{$R *.fmx}
{$I 'FMX.Extensions.UX.TabControl.pas'}


但是现在当我尝试在delphi XE5中编译项目时,我得到了错误。

[dcc32 Error] FMX.Extensions.UX.TabControl.pas(1): E2029 Declaration expected but 'UNIT' found
[dcc32 Error] FMX.Extensions.UX.TabControl.pas(53): E2003 Undeclared identifier: 'TIntAnimation'
[dcc32 Error] FMX.Extensions.UX.TabControl.pas(54): E2007 Constant or type identifier expected
[dcc32 Error] FMX.Extensions.UX.TabControl.pas(65): E2029 Declaration expected but 'IMPLEMENTATION' found
[dcc32 Fatal Error] FMX.Extensions.UX.TabControl.pas(65): E2226 Compilation terminated; too many errors

最佳答案

您需要先安装UX软件包。您可以在Packages / FMX.Extensions.UX.dproj下找到它。要安装,请在Delphi IDE中打开软件包,然后右键单击并选择安装。

您还应该删除添加到表单的行({$ I'FMX.Extensions.UX.TabControl.pas'})。

免责声明:我是该组件的作者。

关于delphi - 如何在delphi中使用fmx扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23443094/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com