控件说明.txt

来自「一个用于做IP地址编辑功能的控件」· 文本 代码 · 共 18 行

TXT
18
字号
TIPEdit (IP地址控件)

一个IP地址控件,执行DPK文件,然后在Tools->Envir...->library->library path,添加路径即可。


Description:  An enhanced TEdit component for Inputing IP address
Date:         13 Dec 2000

This component is distributed as a freeware. You can use it freely, but if you do some modifications on this code, please let me know. Bug report and upgrade suggestion are Welcome.


Properties
  IPString: An IP string like 'xxx.xxx.xxx.xxx', if current input is invalid, then this string is empty;
  Addr: 32bit IP value, if current input is invalid, then this value is 0.

Events
  OnChange: Generate after valid IP changed.
  OnError: Generate when the input is invalid.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?