2018年9月11日
摘要: TIWList //列表; 它对应 Html 中的 OL、LI(某些选项下会用表格模拟); TIWListbox 和 TIWComboBox 则对应 Html 在的 Option TIWListbox //列表框 TIWCombo... 阅读全文
posted @ 2018-09-11 14:04 martian6125 阅读(174) 评论(0) 推荐(0) 编辑
摘要: TIWRadioButton //单选 TIWRadioGroup //单选组 TIWCheckBox //复选 TIWRadioButton 所在单元及继承链:IWCompRadioButton.TIWRadioButton < TIWCustomRadi... 阅读全文
posted @ 2018-09-11 14:04 martian6125 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的. TIWTreeView 所在单元及继承链:IWCompTreeview.TIWTreeView < TIWCustomControl < TIWBaseHTMLControl < TIWBas 阅读全文
posted @ 2018-09-11 14:04 martian6125 阅读(173) 评论(0) 推荐(0) 编辑
摘要: TIWImage 所在单元及继承链:IWCompExtCtrls.TIWImage < TIWDynamicImage < TIWCustomImage < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseCont 阅读全文
posted @ 2018-09-11 14:04 martian6125 阅读(173) 评论(0) 推荐(0) 编辑
摘要: tkClass==================IWUserSessionBase.TIWUserSessionBase < TDataModule < TComponent < TPersistent < TObjectIWApplication.TIWCallb... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 所在单元及继承链:IWCompButton.TIWButton < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent ... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(184) 评论(0) 推荐(0) 编辑
摘要: TIWGradButton、TIWImageButton 分别是有颜色梯度变化按钮和图像按钮.TIWGradButton 所在单元及继承链:IWCompGradButton.TIWGradButton < TIWCustomControl < TIWBaseHTMLC... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(226) 评论(0) 推荐(0) 编辑
摘要: TIWLabel // TIWLink //内部链接 TIWURL //外部链接 TIWURLWindow //页内框架, 就是 TIWLabel 所在单元及继承链:IWCompLabel.TIWLabel 万一的 Delphi 博客';... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(187) 评论(0) 推荐(0) 编辑
摘要: TIWHRule //一条横线, 对应 Html 中的 TIWRectangle //矩形; 中间可以有行文本, 文本可任意对齐 TIWHRule 所在单元及继承链:IWHTMLControls.TIWHRule < TIWCustomControl < T... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(224) 评论(0) 推荐(0) 编辑
摘要: TIWEdit //单行文本框, 通过 PasswordPrompt 属性可以作为密码框 TIWMemo //多行文本框 TIWText //相当于多行的 TIWLabel 或不能编辑的 TIWMemo TIWEdit 所在单元及继承链:IWCompEdit.TIW... 阅读全文
posted @ 2018-09-11 14:03 martian6125 阅读(278) 评论(0) 推荐(0) 编辑