搜索资源列表
delphi_user_input_control
- 一个数据库应用程序,常常需要提供数据输入功能,即让用户输入数据,并存入数据库中,这就涉及到一个数据输入是否合法的问题。若用PowerBuilder来编写这种程序,实现这一点是非常方便的,因为PowerBuilder中每一个数据输入控件都可以单独对其输入进行控制,但Delphi没有提供这样的功能。我们用Delphi编写这样的程序时,就需要自己编写一些代码来实现。下面举一个很常见的例子加以说明。 -A database application, and often need to provide
A_ClientSe14891510302002
- This a Client Server application , the client can send data to the server and the server can respond ... it uses port(100) and ip address .... -This is a Client Server application , the client can send data to the server and the server can respond
NumericUpDownEx_1.4_src
- 如果你写过一个数据输入应用程序,请使用NumericUpDown控件。这种控件提供一个字段输入数值,高级功能(如加减按钮和加速自动复述。 -If you have ever written a data-entry application, there' s a big chance you used the NumericUpDown control. This control is great to provide a field to enter numeric values,
