登录
首页 » 数据结构 » VCL 到 FireMonkey

VCL 到 FireMonkey

于 2023-02-18 发布 文件大小:6.61 MB
0 207
下载积分: 2 下载次数: 1

代码说明:

FMX 文件是火猴子等效的 Delphi 的 VCL DFM 表单文件的他们确定的布局和在设计时添加到窗体的对象的属性。 如果你从零开始火猴子形式你将可能永远不会有兴趣 FMX 文件的内容,但如果你有一个 VCL 窗体代码,您希望将它移植到火猴子的应用程序是很舒服,因为很多的代码尽可能跨和理想的情况是这包括窗体布局。因为火猴子可视对象和它们的属性都是在名称中非常相似的等效的 VCL 组件很多可以自动移植。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • jobforyou.com
    工作
    2022-09-26 11:15:03下载
    积分:1
  • trainreset:有许多列车需要开车出站的作用。
    TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
    2022-07-14 05:15:14下载
    积分:1
  • 实现的功能是把库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作...
    实现的功能是把数据库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作-the functions of the database records to the list view and can be recorded to add, delete, modify, search operation
    2022-10-20 20:55:04下载
    积分:1
  • 求出任意两个序列的最长公共子序列,使用了动态规划的方法
    求出任意两个序列的最长公共子序列,使用了动态规划的方法-Obtained the longest sequence of any two common sub-sequences, the use of dynamic programming methods
    2022-06-19 05:34:21下载
    积分:1
  • 用delphi开发的一个
    用delphi开发的一个数据表-with the development of a data table
    2022-11-11 20:50:03下载
    积分:1
  • answer two data structure, several revisions, the book also answers simple and c...
    数据结构答案2,经多次修改而成,比答案册的还要简单清楚。-answer two data structure, several revisions, the book also answers simple and clear.
    2022-07-13 09:59:33下载
    积分:1
  • 用链表求300的阶乘,并且返回链表节点的个.
    用链表求300的阶乘,并且返回链表节点的个数.-used for the factorial 300, and returned to the linked list node number.
    2022-03-17 21:47:18下载
    积分:1
  • ACM模拟试题 饮食问题 附件中有详细的题目要求和运行通过的源代码...
    ACM模拟试题 饮食问题 附件中有详细的题目要求和运行通过的源代码-ACM mock examination papers eating problems are detailed in the annex to the subject requirements and run through the source code
    2022-04-23 23:09:24下载
    积分:1
  • ADO
    ado-xmlcaozuo
    2023-04-18 14:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载