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