没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
IntraWeb是Delphi自带的一套Web开发框架,它由AtozedSoftware公司在2002年制作,并完美的植入Delphi7中。Intraweb同以往所有的Web开发框架相比,是一个革命性的产品,特点就是:1.完全支持所见即所得的开发方式;2.另外IntraWeb同ASP.net的WebForm的开发方式非常类似,也支持各类Server端事件,例如Button的OnClick事件等等;3.可以方便的进行web程序跟踪调试排错;4.支持非常简单直观的Session支持;5.由于IntraWeb是基于Delphi的,它可以使用VCL来简单的开发控件,类似于一般的简单网站,IntraWeb只需要拖入控件,不需要编写代码即可完成。
资源推荐
资源详情
资源评论



















Delphi XE
IntraWeb XI
Development
Delphi XE, IntraWeb XI (VCL for the Web)
1
th
EDITION for Bob Swart <[email protected]>
Bob Swart (aka Dr.Bob)
Bob Swart Training & Consultancy (eBob42)
http://www.eBob42.com

Delphi Win32 Web Development
Bob Swart ([email protected]) - ii - February 2011
Table of Contents
1. VCL for the Web / IntraWeb XI .................................................1
IntraWeb XI 11.x and Delphi XE .......................................................... 1
IDE Support............................................................................. 1
Discontinued Features .............................................................. 1
IntraWeb XI Features ............................................................... 2
Uninstall Previous Version ......................................................... 3
Installing IntraWeb XI .............................................................. 5
IntraWeb License Keys.............................................................. 11
Summary .......................................................................................... 12
2. IntraWeb XI Applications..........................................................13
IWDemo Project Source ...................................................................... 14
GUI Mode................................................................................ 15
Service Mode........................................................................... 16
Server Controller................................................................................ 17
TIWServerController Properties.................................................. 19
AllowMultipleSessionsPerUser .................................................... 20
AppName ................................................................................ 20
AuthBeforeNewSession ............................................................. 20
Auther .................................................................................... 20
BoundIP.................................................................................. 22
CacheDir ................................................................................. 22
CacheExpiry ............................................................................ 22
CharSet................................................................................... 22
ComInitialization...................................................................... 22
Compression............................................................................ 22
ContentFiles ............................................................................ 23
DebugHTML............................................................................. 24
Description.............................................................................. 24
DisplayName ........................................................................... 24
EnableImageToolbar................................................................. 24
ExceptionDisplayMode .............................................................. 24
FilesDir ................................................................................... 24
HistoryEnabled......................................................................... 24
HTMLHeaders........................................................................... 24
InternalFilesDir ........................................................................ 24
InternalFilesURL....................................................................... 25
JavascriptDebug....................................................................... 25
Log......................................................................................... 25
MasterTemplate ....................................................................... 25
PageTransitions........................................................................ 25
Port ........................................................................................ 25
RedirectMsgDelay..................................................................... 25
ServerResizeTimeout................................................................ 26
SessionTimeout........................................................................ 26
ShowLoadingAnimation............................................................. 26
SSLOptions.............................................................................. 26
StyleSheet .............................................................................. 26
TemplateDir............................................................................. 26
TimeoutResponse..................................................................... 26
TIWServerController Events ................................................................ 27
OnAfterDispatch....................................................................... 27
OnAfterRender......................................................................... 27

Delphi Win32 Web Development
Bob Swart Training & Consultancy - iii - www.drbob42.com
OnBackButton.......................................................................... 27
OnBeforeDispatch..................................................................... 28
OnBeforeRender....................................................................... 28
OnCloseSession........................................................................ 28
OnException ............................................................................ 28
OnGetSessionID....................................................................... 29
OnNewSession ......................................................................... 29
IntraWeb TIWApplication Properties ..................................................... 29
ActiveForm.............................................................................. 30
ActiveFormCount...................................................................... 30
AppID..................................................................................... 30
ApplicationURL......................................................................... 30
Browser .................................................................................. 30
Data ....................................................................................... 30
FormAction.............................................................................. 30
FormCount .............................................................................. 30
Forms ..................................................................................... 30
IP........................................................................................... 30
IsCallback ............................................................................... 30
LastAccess............................................................................... 30
RedirectURL............................................................................. 30
ReferringURL ........................................................................... 31
Request .................................................................................. 31
Response ................................................................................ 31
RunParams.............................................................................. 31
SecureMode............................................................................. 31
SessionTimeout........................................................................ 31
Terminated.............................................................................. 31
TerminateMessage ................................................................... 31
TerminateURL.......................................................................... 31
TrackID................................................................................... 31
UserCacheDir........................................................................... 32
TIWApplication Methods...................................................................... 32
GoToURL................................................................................. 32
MarkAccess.............................................................................. 32
SendFile.................................................................................. 32
SendStream ............................................................................ 32
ShowMessage .......................................................................... 32
Terminate ............................................................................... 33
TerminateAndRedirect .............................................................. 33
TIWAppForm...................................................................................... 33
IntraWeb TIWPageForm...................................................................... 33
ActiveControl........................................................................... 35
Background ............................................................................. 35
ExtraHeader ............................................................................ 35
HandleTabs ............................................................................. 35
HiddenFields............................................................................ 35
JavaScript ............................................................................... 35
LayoutMgr ............................................................................... 35
LinkColor................................................................................. 35
ShowHint ................................................................................ 35
StyleSheet .............................................................................. 35
SupportedBrowsers .................................................................. 35
TextColor ................................................................................ 35
Title........................................................................................ 35
VLinkColor............................................................................... 35

Delphi Win32 Web Development
Bob Swart ([email protected]) - iv - February 2011
TIWPageForm Events.......................................................................... 36
OnAfterRender......................................................................... 36
OnCreate................................................................................. 36
OnDefaultAction....................................................................... 36
OnDestroy............................................................................... 36
OnRender................................................................................ 36
Designing IntraWeb Page Form.................................................. 37
IW Standard Controls ......................................................................... 37
TIWApplet ............................................................................... 37
TIWButton............................................................................... 38
TIWCheckBox .......................................................................... 39
TIWComboBox ......................................................................... 40
TIWEdit................................................................................... 41
TIWFile ................................................................................... 41
TIWFlash................................................................................. 41
TIWHRule................................................................................ 42
TIWImage ............................................................................... 42
TIWImageFile .......................................................................... 42
TIWImageButton...................................................................... 42
TIWList ................................................................................... 42
TIWLabel................................................................................. 42
TIWListbox .............................................................................. 43
TIWLink .................................................................................. 43
TIWMemo................................................................................ 44
TIWMenu................................................................................. 44
TIWProgressBar ....................................................................... 44
TIWRadioGroup........................................................................ 45
TIWRectangle .......................................................................... 45
TIWRegion............................................................................... 45
TIWText.................................................................................. 45
TIWTimer................................................................................ 45
TIWGrid .................................................................................. 46
TIWTreeview ........................................................................... 47
TIWTreeViewItem .................................................................... 47
TIWURL................................................................................... 47
TIWURLWindow........................................................................ 47
TIWMPeg................................................................................. 47
TIWQuickTime ......................................................................... 47
TIWCalendar............................................................................ 47
Multiple IntraWeb Application Forms .................................................... 48
Final Release ........................................................................... 48
Passing Information Around ...................................................... 49
Getting Back............................................................................ 49
State Management ............................................................................. 50
UserSession............................................................................. 50
Extending User Session............................................................. 51
Using User Session................................................................... 51
Summary .......................................................................................... 52
3. IntraWeb and Databases...........................................................53
Data Module ...................................................................................... 53
TSQLConnection....................................................................... 54
TSQLDataSet ........................................................................... 55
IW Data Controls................................................................................ 56
TIWDBCheckBox ...................................................................... 56
TIWDBComboBox ..................................................................... 56
TIWDBEdit............................................................................... 56

Delphi Win32 Web Development
Bob Swart Training & Consultancy - v - www.drbob42.com
TIWDBGrid.............................................................................. 56
TIWDBImage........................................................................... 56
TIWDBLabel............................................................................. 56
TIWDBListbox .......................................................................... 57
TIWDBLookupListbox................................................................ 57
TIWDBLookupCombobox ........................................................... 57
TIWDBFile ............................................................................... 57
TIWDBMemo............................................................................ 57
TIWDBNavigator ...................................................................... 57
TIWDBText.............................................................................. 57
TIWDBRadioGroup.................................................................... 57
Continued Demo ................................................................................ 58
TIWDBGrid Usage..................................................................... 62
Sharing VCL data modules with VCL for the Web ................................... 67
Pool Data Connections ........................................................................ 68
DatamoduleUnit ....................................................................... 69
ServerController....................................................................... 69
Using Data Pooling ................................................................... 71
Custom Data Pooling ................................................................ 72
Summary .......................................................................................... 72
4. IntraWeb and AJAX...................................................................73
AJAX = Asynchronous......................................................................... 73
OnAsync.................................................................................. 73
OnAsync Events....................................................................... 75
EventParams ........................................................................... 76
Working with EventParams........................................................ 78
OnAsync and Visible................................................................. 79
OnAsync and Disable................................................................ 79
Summary .......................................................................................... 80
5. IntraWeb and iPhone / iPad......................................................81
TMS IntraWeb iPhone Controls Pack ..................................................... 81
TTIWiPhoneButton.................................................................... 83
TTIWiPhoneEmailLabel.............................................................. 83
TTIWiPhoneFooter.................................................................... 83
TTIWiPhoneGeolocation ............................................................ 84
TTIWiPhoneHeader................................................................... 84
TTIWiPhoneList........................................................................ 84
TTIWiPhoneLocationLabel.......................................................... 84
TTIWiPhoneMenu ..................................................................... 84
TTIWiPhoneOnOffButton ........................................................... 84
TTIWiPhonePageFlip ................................................................. 85
TTIWiPhonePhoneLabel............................................................. 85
TTIWiPhoneRegion ................................................................... 85
TTIWiPhoneScrollRegion............................................................ 85
TTIWiPhoneSMSLabel ............................................................... 85
TTIWiPhoneStyle...................................................................... 85
TTIWiPhoneTrackbar................................................................. 85
TMS iPhone Controls Demo.................................................................. 86
Registered Users...................................................................... 95
Summary .......................................................................................... 96
6. IntraWeb Custom Components..................................................97
IntraWeb Controls.............................................................................. 97
Custom Components................................................................. 99
Packages................................................................................. 100
TIEuroComboBox ..................................................................... 102
剩余139页未读,继续阅读
资源评论


泉诚工作室
- 粉丝: 13
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- VS库存管理系统计算机毕业设计方案论文.doc
- 人工智能技术与机械电子工程领域融合研究.docx
- 关于机电工程技术应用及其自动化问题研究.docx
- 高斯光束参数实验教学软件的开发-软件技术.doc
- web开发工程师面试题(含标准答案).docx
- MegEngine -硬件开发资源
- 华侨城信息化建设必要性分析(终).doc
- C语言:学生管理——学生成绩管理.doc
- 企业信息化咨询方法论.doc
- 项目管理部指标分解与管理方案.doc
- 大数据分析与企业创新.docx
- 嵌入式系统外部设备编程实验.doc
- CAD工程制图键盘快捷命令2010.doc
- 国际金融城起步区通信管道培训资料.doc
- 计算机及信息技术的联用探析.docx
- 《计算机应用基础》课程教学的心得.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
