readme.txt

来自「用delphi写的IP组件源码」· 文本 代码 · 共 15 行

TXT
15
字号
Description:  An enhanced TEdit component for Inputing IP address
Author:       Joe Zhang (ahjoe@szonline.net)
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 + -
显示快捷键?