码迷,mamicode.com
首页 >  
搜索关键字:基本控件    ( 188个结果
使用 IntraWeb (22) - 基本控件之 TIWCalendar
TIWCalendar: 日历控件, 继承于 TIWCustomGrid, 所以它和 TIWGrid 共同属性特多.它的 Cell 是 TIWCalendarCell 对象, 直接从 TIWGridCell 继承.TIWCalendar 所在单元及继承链:IWCompCalendar.TIWCale...
分类:Web程序   时间:2014-06-28 21:58:41    阅读次数:358
使用 IntraWeb (23) - 基本控件之 TIWTimer、TIWProgressBar、TIWProgressIndicator、TIWTimeEdit
TIWTimer //和 TTimer 没多大区别, 它的默认事件现在是异步的(OnAsyncTimer), 在网络上使用 OnTimer 肯定是非常糟糕的TIWProgressBar //进度条TIWProgressIndicator //进度提示器; 这是个新...
分类:Web程序   时间:2014-06-21 09:34:19    阅读次数:233
使用 IntraWeb (24) - 基本控件之 TIWFileUploader、TIWFile
TIWFileUploader 是基于 Ajax 的上传控件, 最初是 Andrew Valums 开发, 从 IntraWeb XIV 纳入并替换 TIWFile.虽然从组件面板上还能看到 TIWFile, 官方说已不能使用.现在的 TIWFileUploader 非常方便, 能拖拽上传, 能批量...
分类:Web程序   时间:2014-06-21 00:49:39    阅读次数:307
使用 IntraWeb (25) - 基本控件之 TIWRegion
这应该是 IW 中最重要的容器了, 和它同父的还有 TIWTabControlTIWRegion 所在单元及继承链:IWRegion.TIWRegion 主要成员:property Align: TAlignproperty Anchors: TAnchorsproperty BorderOptio...
分类:Web程序   时间:2014-06-20 19:46:11    阅读次数:326
使用 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 (21) - 基本控件之 TIWTabControl
TIWTabControl 包含的是 TIWTabPage; 设计时通过右键菜单 Add Page 添加(再给页面添加东西时一定要先选定页面); 下面例子是动态添加的.TIWTabControl 所在单元及继承链:IWCompTabControl.TIWTabControl 主要成员:propert...
分类:Web程序   时间:2014-06-18 10:41:37    阅读次数:376
使用 IntraWeb (15) - 基本控件之 TIWEdit、TIWMemo、TIWText
TIWEdit //单行文本框, 通过 PasswordPrompt 属性可以作为密码框TIWMemo //多行文本框TIWText //相当于多行的 TIWLabel 或不能编辑的 TIWMemoTIWEdit 所在单元及继承链:IWCompEdit.TIWEdit 主要成员:property T...
分类:Web程序   时间:2014-06-15 23:05:42    阅读次数:275
使用 IntraWeb (16) - 基本控件之 TIWList、TIWListbox、TIWComboBox、TIWOrderedListbox
TIWList //列表; 它对应 Html 中的 OL、LI(某些选项下会用表格模拟); TIWListbox 和 TIWComboBox 则对应 Html 在的 OptionTIWListbox //列表框TIWComboBox //组合下拉框...
分类:Web程序   时间:2014-06-14 23:39:08    阅读次数:257
使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
TIWRadioButton //单选TIWRadioGroup //单选组TIWCheckBox //复选TIWRadioButton 所在单元及继承链:IWCompRadioButton.TIWRadioButton 主要成员:property Editable: Boolean //p...
分类:Web程序   时间:2014-06-14 21:35:06    阅读次数:384
188条   上一页 1 ... 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!