这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的.TIWTreeView 所在单元及继承链:IWCompTreeview.TIWTreeView 主要成员:property Items: TIWTreeViewItems //所有 Ite...
分类:
Web程序 时间:
2014-06-18 16:33:31
阅读次数:
229
TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件.TIWGrid 所在单元及继承链:IWCompGrids.TIWGrid 主要成员:property Cel...
分类:
Web程序 时间:
2014-06-18 13:45:37
阅读次数:
453
所在单元及继承链:IWCompButton.TIWButton <
TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl <
TIWVCLBaseControl < TControl < TComponent < TPersistent < T...
分类:
Web程序 时间:
2014-06-16 09:01:59
阅读次数:
259
TIWEdit //单行文本框, 通过 PasswordPrompt 属性可以作为密码框TIWMemo //多行文本框TIWText //相当于多行的 TIWLabel 或不能编辑的 TIWMemoTIWEdit 所在单元及继承链:IWCompEdit.TIWEdit 主要成员:property T...
分类:
Web程序 时间:
2014-06-15 23:05:42
阅读次数:
275
TIWRadioButton //单选TIWRadioGroup //单选组TIWCheckBox //复选TIWRadioButton 所在单元及继承链:IWCompRadioButton.TIWRadioButton 主要成员:property Editable: Boolean //p...
分类:
Web程序 时间:
2014-06-14 21:35:06
阅读次数:
384
TIWGradButton、TIWImageButton
分别是有颜色梯度变化按钮和图像按钮.TIWGradButton 所在单元及继承链:IWCompGradButton.TIWGradButton
主要成员:property Style: TIWGradButtonStyle //这个 Sty....
分类:
数据库 时间:
2014-06-13 20:09:15
阅读次数:
396
TIWLabel //TIWLink //内部链接TIWURL
//外部链接TIWURLWindow //页内框架, 就是 TIWLabel 所在单元及继承链:IWCompLabel.TIWLabel
主要成员:property AutoSize: Boolean ...