本文介绍了如何在delphi中将值传递给一个表单到第二个表单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个页面是包含的复选框,我需要在其他页面上获取复选框的值。

如何将值传递到一到二页?



我尝试了什么:



没什么特别的

google searchs

i have one page which is inluded checkbox and i need to get the checkbox's values on other page.
how can i pass the value to one to second page?

What I have tried:

nothing special
google searchs

推荐答案

implementation

{



这篇关于如何在delphi中将值传递给一个表单到第二个表单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 06:48