第一章 PowerScript语言 1
1.1 简述应用程序开发步骤 1
1.2.1 断行、续行与多条语句 3
1.2 语言基础 3
1.2.3 标识符 4
1.2.2 注释 4
1.2.4 特殊ASCII码字符 5
1.2.6 代词 6
1.2.5 空值(NULL) 6
1.2.7 对象、属性、函数和事件的引用方法 7
1.2.8 保留字 8
1.3.1 标准数据类型 9
1.3 数据类型 9
1.3.2 Any类型 12
1.3.3 系统对象数据类型 13
1.3.4 枚举类型 14
1.4.1 变量说明 15
1.4 说明语句及变量作用域 15
1.4.3 常量说明 16
1.4.2 数组说明 16
1.4.4 外部函数说明 17
1.4.5 数据库存储过程说明 18
1.4.6 变量的作用域 20
1.5.1 算术操作符 22
1.5 操作符 22
1.5.2 关系操作符 23
1.5.4 连接操作符 24
1.5.3 逻辑操作符 24
1.5.5 操作符的优先级 25
1.6.1 创建对象实例 26
1.6 创建与释放对象实例 26
1.6.3 收集废弃对象 27
1.6.2 释放对象实例 27
1.8.1 IF语句 28
1.8 条件语句 28
1.7 赋值语句 28
1.8.2 CHOOSE CASE语句 30
1.9.1 DO…LOOP循环 31
1.9 循环语句 31
1.9.2 FOR…NEXT循环 32
1.9.4 EXIT(退出循环) 33
1.9.3 GOTO语句 33
1.10 返回语句与终止程序运行 34
1.9.6 循环嵌套 34
1.9.5 CONTINUE(继续循环) 34
1.10 CALL语句 35
1.10.2 HALT语句 35
1.10.1 RETURN语句 35
1.11 嵌入式SQL语句 36
1.11.2 提交与回滚事务 37
1.11.1 建立和断开与数据库的连接 37
1.11.3 单行检索语句SELECT 38
1.11.6 修改语句UPDATE 39
1.11.5 删除语句DELETE 39
1.11.4 插入语句INSERT 39
1.11.8 读取多行数据 40
1.11.7 检查SQL语句执行情况 40
1.11.9 动态SQL 42
1.11.10 SELECTBLOB语句 47
2.1 数组函数 48
第二章 系统函数 48
2.1.2 UpperBound() 49
2.1.1 LowerBound() 49
2.2.1 Blob() 50
2.2 Blob(大二进制对象)函数 50
2.2.2 BlobEdit() 51
2.2.4 Len() 52
2.2.3 BlobMid() 52
2.3 数据类型检查与转换函数 53
2.2.5 String() 53
2.3.1 Asc() 54
2.3.3 Dec() 55
2.3.2 Char() 55
2.3.5 Integer() 56
2.3.4 Double() 56
2.3.7 Real() 57
2.3.6 Long() 57
2.3.8 Date() 58
2.3.9 DateTime() 59
2.3.11 IsNull() 61
2.3.10 IsDate() 61
2.3.13 IsTime() 62
2.3.12 IsNumber() 62
2.3.14 String() 63
2.3.15 Time() 65
2.4 日期、时间函数 67
2.4.3 DayNumber() 68
2.4.2 DayName() 68
2.4.1 Day() 68
2.4.5 Hour() 69
2.4.4 DaysAfter() 69
2.2.7 Month() 70
2.4.6 Minute() 70
2.4.9 RelativeDate() 71
2.4.8 Now() 71
2.4.11 Second() 72
2.4.10 RelativeTime() 72
2.4.12 Today() 73
2.5 DDE客户函数 74
2.4.13 Year() 74
2.5.1 CloseChannel() 75
2.5.2 ExecRemote() 76
2.5.4 GetDataDDEOrigin() 77
2.5.3 GetDataDDE() 77
2.5.5 GetRemote() 78
2.5.6 OpenChannel() 79
2.5.7 RespondRemote() 80
2.5.8 SetRemote() 81
2.5.9 StartHotLink() 82
2.6 DDE服务器函数 83
2.5.10 StopHotLink() 83
2.6.2 GetCommandDDEOrigin() 84
2.6.1 GetCommandDDE() 84
2.6.4 GetDataDDEOrigin() 85
2.6.3 GetDataDDE() 85
2.6.6 SetDataDDE() 86
2.6.5 RespondRemote() 86
2.6.8 StopServerDDE() 87
2.6.7 StartServerDDE() 87
2.7.1 FileClose() 88
2.7 文件操作函数 88
2.7.2 FileDelete() 89
2.7.4 FileLength() 90
2.7.3 FileExists() 90
2.7.5 FileOpen() 91
2.7.6 FileRead() 92
2.7.7 FileSeek() 93
2.7.8 FileWrite() 94
2.7.9 GetFileOpenName() 95
2.7.10 GetFileSaveName() 96
2.8 国际化函数 97
2.8.2 IsAllHebrew() 98
2.8.1 IsAllArabic() 98
2.8.4 IsAnyHebrew() 99
2.8.3 IsAnyArabic() 99
2.8.7 IsHebrew() 100
2.8.6 IsArabicAndNumbers() 100
2.8.5 IsArabic() 100
2.8.9 Reverse() 101
2.8.8 IsHebrewAndNumbers() 101
2.8.11 ToUnicode() 102
2.8.10 ToAnsi() 102
2.9.1 LibraryCreate() 103
2.9 库管理函数 103
2.9.3 LibraryDirectory() 104
2.9.2 LibraryDelete() 104
2.9.4 LibraryExport() 106
2.9.5 LibraryImport() 107
2.10.1 Abs() 108
2.10 数值计算函数 108
2.10.3 Cos() 109
2.10.2 Ceiling() 109
2.10.5 Fact() 110
2.10.4 Exp() 110
2.10.7 Log() 111
2.10.6 Int() 111
2.10.9 Max() 112
2.10.8 LogTen() 112
2.10.11 Mod() 113
2.10.10 Min() 113
2.10.13 Rand() 114
2.10.12 pi() 114
2.10.15 Round() 115
2.10.14 Randomize() 115
2.10.17 Sin() 116
2.10.16 Sign() 116
2.10.20 Trunca?() 117
2.10.19 Tan() 117
2.10.18 Sqrt() 117
2.11 打印函数 118
2.11.1 Print() 119
2.11.3 PrintCancel() 121
2.11.2 PrintBitmap() 121
2.11.4 PrintClose() 122
2.11.5 PrintDataWindow() 123
2.11.7 PrintLine() 124
2.11.6 PrintDefineFont() 124
2.11.8 PrintOpen() 125
2.11.9 PrintOval() 126
2.11.10 PrintPage() 127
2.11.11 PrintRect() 128
2.11.12 PrintRoundRect() 129
2.11.14 PrintSend() 130
2.11.13 PrintScreen() 130
2.11.16 PrintSetSpacing() 132
2.11.15 PrintSetFont() 132
2.11.17 PrintSetup() 133
2.11.19 PrintWidth() 134
2.11.18 PrintText() 134
2.11.21 PrintY() 135
2.11.20 PrintX() 135
2.12.1 RegistryDelete() 136
2.12 注册(Registry)函数 136
2.12.2 RegistryGet() 137
2.12.3 RegistryKeys() 138
2.12.4 RegistrySet() 139
2.13 字符串操作函数 140
2.12.5 RegistryValues() 140
2.13.1 Fill() 141
2.13.3 LeftTrim() 142
2.13.2 Left() 142
2.13.5 Lower() 143
2.13.4 Len() 143
2.13.6 Match() 144
2.13.7 Mid() 145
2.13.9 Replace() 146
2.13.8 Pos() 146
2.13.10 Right() 147
2.13.12 Space() 148
2.13.11 RightTrim() 148
2.14 系统与环境函数 149
2.13.14 Upper() 149
2.13.13 Trim() 149
2.14.1 Clipboard() 150
2.14.2 CommandParm() 151
2.14.4 GetApplication() 152
2.14.3 DoScript() 152
2.14.5 GetEnvironment() 153
2.14.6 GetFocus() 154
2.14.7 Post() 155
2.14.8 ProfileInt() 156
2.14.10 Restart() 157
2.14.9 ProfileString() 157
2.14.12 Send() 158
2.14.11 Run() 158
2.14.13 SetProfileString() 160
2.14.15 SignalError() 161
2.14.14 ShowHelp() 161
2.14.16 Yield() 162
2.15.1 CPU() 163
2.15 定时操作函数 163
2.15.2 Idle() 164
2.16 打开与关闭窗口 165
2.15.3 Timer() 165
2.16.1 Close() 166
2.16.2 CloseWithReturn() 167
2.16.3 Open() 168
2.16.5 OpenSheetWithParm() 170
2.16.4 OpenSheet() 170
2.16.6 OpenWithParm() 172
2.17 其它系统函数 173
2.17.2 ClassName() 174
2.17.1 Beep() 174
2.17.3 DebugBreak() 175
2.17.5 IntLow() 176
2.17.4 IntHigh() 176
2.17.7 KeyDown() 177
2.17.6 IsValid() 177
2.17.8 MessageBox() 180
2.17.9 PixelsToUnits() 181
2.17.10 PopulateError() 182
2.17.11 RGB() 183
2.17.13 SetPointer() 185
2.17.12 SetNull() 185
2.17.14 SignalError() 186
2.17.15 UnitsToPixels() 187
3.1.1 ClassName() 188
3.1 公共对象函数 188
第三章 对象的属性、事件和函数 188
3.1.2 Drag() 189
3.1.3 GetContextService() 190
3.1.4 GetParent() 191
3.1.6 Move() 192
3.1.5 Hide() 192
3.1.8 PointerY() 194
3.1.7 PointerX() 194
3.1.9 PostEvent() 195
3.1.10 Print() 197
3.1.12 SetFocus() 198
3.1.11 Resize() 198
3.1.13 SetPosition() 199
3.1.14 SetRedraw() 200
3.1.15 Show() 201
3.1.16 TriggerEvent() 202
3.1.17 TypeOf() 204
3.2 应用对象(Application) 205
3.2.1 应用对象的属性 206
3.2.3 应用对象的函数 207
3.2.2 应用对象的事件 207
SetLibraryList() 208
SetTransPool() 209
3.4 类定义(ClassDefinition)对象 210
3.3.2 数组边界对象的函数 210
3.3 数组边界(ArrayBounds)对象 210
3.3.1 数组边界对象的属性 210
3.4.1 类定义对象的属性 211
FindMatchingFunction() 212
3.4.2 类定义对象的函数 212
3.5.3 上下文信息对象的函数 214
3.5.2 上下文信息对象的事件 214
3.5 上下文信息(ContextInformation)对象 214
3.5.1 上下文信息对象的属性 214
GetFixesVersion() 215
GetCompanyName() 215
GetHostObject() 216
GetMinorVersion() 217
GetMajorVersion() 217
GetName() 218
GetVersionName() 219
GetShortName() 219
3.6.3 上下文关键字对象的函数 220
3.6.2 上下文关键字对象的事件 220
3.6 上下文关键字(ContextKeyword)对象 220
3.6.1 上下文关键字对象的属性 220
GetContextKeywords() 221
3.7.3 C++对象的函数 222
3.7.2 C++对象的事件 222
3.7 C++(CPlusPlus)对象 222
3.7.1 C++对象的属性 222
3.8.2 数据存储对象的事件 223
3.8.1 数据存储对象的属性 223
3.8 数据存储(DataStore)对象 223
3.8.3 数据存储对象的函数 224
3.9.1 子数据窗口对象的函数 228
3.9 子数据窗口(DataWindowChild)对象 228
3.10.1 动态描述区对象的属性 232
3.10 动态描述区(DynamicDescriptionArea)对象 232
GetDynamicDate() 233
3.10.3 动态描述区对象的函数 233
3.10.2 动态描述区对象的事件 233
GetDynamicDateTime() 235
GetDynamicNumber() 236
GetDynamicString() 237
SetDynamicParm() 238
GetDynamicTime() 238
3.11.2 DynamicStagingArea对象的函数 239
3.11.1 DynamicStagingArea对象的事件 239
3.11 DynamicStagingArea对象 239
3.12.1 枚举定义对象的属性 240
3.12 枚举定义(EnumerationDefinition)对象 240
3.13.2 枚举项定义对象的函数 241
3.13.1 枚举项定义对象的属性 241
3.12.2 枚举定义对象的函数 241
3.13 枚举项定义(EnumerationItemDefinition)对象 241
3.14.1 环境对象的属性 242
3.14 环境(Environment)对象 242
3.15.2 出错对象的事件 243
3.15.1 出错对象的属性 243
3.14.2 环境对象的函数 243
3.15 出错(Error)对象 243
3.16.1 grAxis对象的属性 244
3.16 grAxis对象 244
3.15.3 出错对象的函数 244
3.17.1 grDispAttr对象的属性 246
3.17 grDispAttr对象 246
3.16.2 grAxis对象的函数 246
3.17.2 grDispAttr对象的函数 247
3.18.3 Inet对象的函数 248
3.18.2 Inet对象的事件 248
3.18 Inet对象 248
3.18.1 Inet对象的属性 248
HyperLinkToURL() 249
GetURL() 249
PostURL() 250
3.19.2 InternetResult对象的事件 251
3.19.1 InternetResult对象的属性 251
3.19 InternetResult对象 251
InternetData() 252
3.19.3 InternetResult对象的函数 252
3.20.2 ListViewItem对象的函数 253
3.20.1 ListViewItem对象的属性 253
3.20 ListViewItem对象 253
3.22.1 邮件消息对象的属性 254
3.22 邮件消息(mailMessage)对象 254
3.21 mailFileDescription对象 254
3.21.1 mailFileDescription对象的属性 254
3.21.2 mailFileDescription对象的函数 254
3.23.1 邮件接收者对象的属性 255
3.23 邮件接收者(mailRecipient)对象 255
3.22.2 邮件消息对象的函数 255
3.24.2 邮件会话对象的事件 256
3.24.3 邮件会话对象的函数 256
3.23.2 邮件接收者对象的函数 256
3.24 邮件会话(mailSession)对象 256
3.24.1 邮件会话对象的属性 256
mailAddress() 257
mailDeleteMessage() 259
mailGetMessages() 260
mailHandle() 261
mailLogoff() 262
mailLogon() 263
mailReadMessage() 264
mailRecipientDetails() 265
mailResolveRecipient() 266
mailSaveMessage() 267
mailSend() 268
3.25.2 MDIClient对象的函数 270
3.25.1 MDIClient对象的属性 270
3.25 MDIClient对象 270
3.26.1 菜单对象的属性 271
3.26 菜单(Menu)对象 271
3.26.2 菜单对象的事件 272
Check() 273
3.26.3 菜单对象的函数 273
Disable() 274
PopMenu() 275
Enable() 275
Uncheck() 276
3.27.1 MenuCascade对象的属性 277
3.27 MenuCascade对象 277
3.27.3 MenuCascade对象的函数 279
3.27.2 MenuCascade对象的事件 279
3.28.2 消息对象的事件 280
3.28.1 消息对象的属性 280
3.28 消息(Message)对象 280
3.29 OLEObject对象 281
3.28.3 消息对象的函数 281
3.29.2 OLEObject对象的函数 282
3.29.1 OLEObject对象的事件 282
ConnectToNewObject() 283
ConnectToObject() 284
GetAutomationNativePointer() 286
DisconnectObject() 286
ReleaseAutomationNativePointer() 287
SetAutomationLocale() 288
3.30.3 OLEStorage对象的函数 289
3.30.2 OLEStorage对象的事件 289
3.30 OLEStorage对象 289
3.30.1 OLEStorage对象的属性 289
Close() 290
Clear() 290
MemberDelete() 291
MemberRename() 292
MemberExists() 292
Open() 293
SaveAs() 296
Save() 296
3.31.1 OLEStream对象的属性 297
3.31 OLEStream对象 297
Close() 298
3.31.3 OLEStream对象的函数 298
3.31.2 OLEStream对象的事件 298
Open() 299
Length() 299
Read() 301
Write() 302
3.32 管道(Pipeline)对象 303
3.32.3 管道对象的函数 304
3.32.2 管道对象的事件 304
3.32.1 管道对象的属性 304
Repair() 305
Cancel() 305
Start() 306
3.33.1 ProfileCall对象的属性 307
3.33 ProfileCall对象 307
3.34.2 ProfileClass对象的函数 308
3.34.1 ProfileClass对象的属性 308
3.33.2 ProfileCall对象的函数 308
3.34 ProfileClass对象 308
3.35 ProfileLine对象 309
RoutineList() 309
3.35.2 ProfileLine对象的函数 310
3.35.1 ProfileLine对象的属性 310
OutGoingCallList() 311
3.36.1 ProfileRoutine对象的属性 312
3.36 ProfileRoutine对象 312
RoutineList() 312
3.36.2 ProfileRoutine对象的函数 313
LineList() 314
IncomingCallList() 314
3.37.1 Profiling对象的属性 315
3.37 Profiling对象 315
OutgoingCallList() 315
BuildModel() 316
3.37.2 Profiling对象的函数 316
DestroyModel() 318
ClassList() 318
SetTraceFileName() 319
RoutineList() 319
3.38.1 ScriptDefinition对象的属性 320
3.38 ScriptDefinition对象 320
SystemRoutine() 320
3.39.2 定时对象的事件 322
3.39.1 定时对象的属性 322
3.38.2 ScriptDefinition对象的函数 322
3.39 定时(Timing)对象 322
Start() 323
3.39.3 定时对象的函数 323
3.40 事务(Transaction)对象 324
Stop() 324
3.40.2 事务对象的事件 325
3.40.1 事务对象的属性 325
DBHandle() 326
3.40.3 事务对象的函数 326
SyntaxFromSQL() 327
3.41.1 TreeViewItem对象的属性 329
3.41 TreeViewItem对象 329
3.42.1 类型定义对象的属性 330
3.42 类型定义(TypeDefinition)对象 330
3.41.2 TreeViewItem对象的函数 330
3.43.1 VariableCardinalityDefinition对象的属性 331
3.43 VariableCardinalityDefinition对象 331
3.42.2 类型定义对象的函数 331
3.44 变量定义(VariableDefinition)对象 332
3.43.2 VariableCardinalityDefinition对象的函数 332
3.44.1 变量定义对象的属性 333
3.45.1 窗口对象的属性 334
3.45 窗口(Window)对象 334
3.44.2 变量定义对象的函数 334
3.45.2 窗口对象的事件 336
3.45.3 窗口对象的函数 338
ArrangeSheets() 339
ChangeMenu() 340
GetActiveSheet() 341
CloseUserObject() 341
GetFirstSheet() 342
GetNextSheet() 343
GetToolbar() 344
OpenUserObject() 345
GetToolbarPos() 345
OpenUserObjectWithParm 347
SetMicroHelp() 350
ParentWindow() 350
SetToolbar() 351
WorkSpaceHeight() 352
SetToolbarPosition() 352
WorkSpaceWidth() 353
WorkSpaceX() 354
WorkSpaceY() 355
4.1.1 单行编辑框控件的属性 356
4.1 单行编辑框(SingleLineEdit) 356
第四章 控件的属性、事件和函数 356
4.1.2 单行编辑框控件的事件 358
4.1.3 单行编辑框控件的函数 359
Clear() 360
CanUndo() 360
Cut() 361
Copy() 361
Position() 362
Paste() 362
SelectedLength() 363
ReplaceText() 363
SelectText() 364
SelectedText() 364
SelectedStart() 364
Undo() 365
4.2.1 多行编辑框的属性 366
4.2 多行编辑框(MultiLineEdit) 366
4.2.3 多行编辑框的函数 368
4.2.2 多行编辑框的事件 368
Clear() 370
CanUndo() 370
LineCount() 371
Cut() 371
Copy() 371
Paste() 372
LineLength() 372
ReplaceText() 373
Position() 373
Scroll() 374
SelectedLine() 375
SelectedLength() 375
SelectedText() 376
SelectedStart() 376
TextLine() 377
SelectText() 377
4.3.1 编辑掩码控件的属性 378
4.3 编辑掩码(EditMask)控件 378
Undo() 378
4.3.3 编辑掩码控件的函数 381
4.3.2 编辑掩码控件的事件 381
Clear() 383
CanUndo() 383
GetData() 384
Cut() 384
Copy() 384
LineCount() 385
Paste() 386
LineLength() 386
ReplaceText() 387
Position() 387
SelectedLength() 388
Scroll() 388
SelectedText() 389
SelectedStart() 389
SetMask() 390
SelectText() 390
Undo() 391
TextLine() 391
4.4.1 超文本编辑框的属性 392
4.4 超文本编辑框(RichTextEdit) 392
4.4.2 超文本编辑框的事件 394
4.4.3 超文本编辑框的函数 395
Clear() 398
CanUndo() 398
CopyRTF() 399
Copy() 399
DataSource() 400
Cut() 400
Find() 402
GetAlignment() 403
FindNext() 403
GetSpacing() 404
GetParagraphSetting() 404
GetTextColor() 405
GetTextStyle() 406
InputFieldChangeData() 407
InputFieldDeleteCurrent() 408
InputFieldCurrentName() 408
InputFieldInsert() 409
InputFieldGetData() 409
InputFieldLocate() 410
InsertDocument() 411
InsertPicture() 412
LineCount() 413
IsPreview() 413
PageCount() 414
LineLength() 414
PasteRTF() 415
Paste() 415
Position() 416
Preview() 417
Print() 418
SaveDocument() 419
ReplaceText() 419
Scroll() 420
ScrollNextRow() 421
ScrollNextPage() 421
ScrollPriorRow() 422
ScrollPriorPage() 422
SelectedColumn() 423
ScrollToRow() 423
SelectedLine() 424
SelectedLength() 424
SelectedPage() 425
SelectedText() 426
SelectedStart() 426
SelectTextAll() 427
SelectText() 427
SelectTextWord() 428
SelectTextLine() 428
SetParagraphSetting() 429
SetAlignment() 429
SetSpacing() 430
SetTextStyle() 431
SetTextColor() 431
ShowHeadFoot() 432
Undo() 433
TextLine() 433
4.5.1 静态文本控件的属性 434
4.5 静态文本(StaticText)控件 434
4.5.3 静态文本控件的函数 436
4.5.2 静态文本控件的事件 436
4.6.1 图片框控件的属性 437
4.6 图片框(Picture)控件 437
4.6.2 图片框控件的事件 438
Draw() 439
4.6.3 图片框控件的函数 439
SetPicture() 441
4.7.1 统计图控件的属性 442
4.7 统计图(Graph)控件 442
4.7.3 统计图控件的函数 444
4.7.2 统计图控件的事件 444
AddCategory() 446
AddData() 447
AddSeries() 448
CategoryName() 449
CategoryCount() 449
DataCount() 450
Clipboard() 450
DeleteData() 451
DeleteCategory() 451
DeleteSeries() 452
FindSeries() 453
FindCategory() 453
GetData() 454
GetDataPieExplode() 455
GetDataStyle() 456
GetDataValue() 460
GetSeriesStyle() 461
ImportClipboard() 465
ImportFile() 466
ImportString() 467
InsertCategory() 469
InsertSeries() 470
InsertData() 470
ModifyData() 471
ObjectAtPointer() 472
Reset() 473
ResetDataColors() 474
SaveAs() 475
SeriesName() 476
SeriesCount() 476
SetDataPieExplode() 477
SetDataStyle() 478
SetSeriesStyle() 481
4.8.1 用户对象控件的属性 485
4.8 用户对象(UserObject)控件 485
4.8.2 用户对象控件的事件 486
4.8.3 用户对象控件的函数 487
4.9.1 OLE控件的属性 488
4.9 OLE控件 488
4.9.2 OLE控件的事件 490
4.9.3 OLE控件的函数 491
Activate 492
Copy() 493
Clear() 493
DoVerb() 494
Cut() 494
GetData() 495
GetNativePointer() 497
InsertFile() 498
InsertClass() 498
LinkTo() 499
InsertObject() 499
Open() 500
Paste() 501
PasteLink() 502
Save() 503
ReleaseNativePointer() 503
PasteSpecial() 503
SaveAs() 504
SetData() 505
UpdateLinksDialog() 506
4.10.1 单项钮的属性 507
4.10 单选钮(RadioButton) 507
4.10.2 单选钮的事件 508
4.10.3 单选钮的函数 509
4.11.1 复选框的属性 510
4.11 复选框(CheckBox) 510
4.11.2 复选框的事件 511
4.11.3 复选框的函数 512
4.12.1 列表框的属性 513
4.12 列表框(ListBox) 513
4.12.3 列表框的函数 515
4.12.2 列表框的事件 515
DeleteItem() 517
AddItem() 517
DirList() 518
DirSelect() 519
InsertItem() 520
FindItem() 520
SelectedIndex() 521
Reset() 521
SelectItem() 522
SelectedItem() 522
SetState() 523
SetTop() 524
State() 525
Top() 526
Text() 526
TotalSelected() 527
TotalItems() 527
4.13.1 下拉列表框的属性 528
4.13 下拉列表框(DropDownListBox) 528
4.13.2 下拉列表框的事件 530
4.13.3 下拉列表框的函数 531
AddItem() 532
Copy() 533
Clear() 533
DeleteItem() 534
Cut() 534
DirList() 535
FindItem() 536
DirSelect() 536
Paste() 537
InsertItem() 537
ReplaceText() 538
Position() 538
SelectedLength() 539
Reset() 539
SelectedText() 540
SelectedStart() 540
SelectItem() 541
SelectText() 542
TotalItems() 543
Text() 543
4.14.1 下拉图片列表框的属性 544
4.14 下拉图片列表框(DropDownPictureListBox) 544
4.14.2 下拉图片列表框的事件 546
4.14.3 下拉图片列表框的函数 547
AddItem() 548
AddPicture() 549
Clear() 550
DeleteItem() 551
Cut() 551
Copy() 551
DeletePictures() 552
DeletePicture() 552
DirList() 553
DirSelect() 554
InsertItem() 555
FindItem() 555
Position() 556
Paste() 556
Reset() 557
ReplaceText() 557
SelectedText() 558
SelectedStart() 558
SelectedLength() 558
SelectItem() 559
SelectText() 560
TotalItems() 561
Text() 561
4.15.1 列表视图控件的属性 562
4.15 列表视图(ListView)控件 562
4.15.2 列表视图控件的事件 565
4.15.3 列表视图控件的函数 566
AddColumn() 568
AddItem() 569
AddSmallPicture() 570
AddLargePicture() 570
AddstatePicture() 571
DeleteColumn() 572
Arrange() 572
DeleteItem() 573
DeleteColumns() 573
DeleteLargePicture() 574
DeleteItems() 574
DeleteSmallPictures() 575
DeleteSmallPicture() 575
DeleteLargePictures() 575
DeleteStatePictures() 576
DeleteStatePicture() 576
FindItem() 577
EditLabel() 577
GetColumn() 580
GetItem() 581
InsertColumn() 582
GetOrigin() 582
InsertItem() 583
SelectedIndex() 584
SetItem() 585
SetColumn() 585
SetOverlayPicture() 586
TotalColumns() 587
Sort() 587
TotalSelected() 588
TotalItems() 588
4.16.1 树形视图控件的属性 589
4.16 树形视图(TreeView)控件 589
4.16.2 树形视图控件的事件 592
4.16.3 树形视图控件的函数 593
AddPicture() 594
AddStatePicture() 595
CollapseItem() 596
DeletePicture() 597
DeleteItem() 597
DeleteStatePicture() 598
DeletePictures() 598
EditLabel() 599
DeleteStatePictures() 599
ExpandAll() 600
FindItem() 601
ExpandItem() 601
InsertItem() 603
GetItem() 603
InsertItemFirst() 605
InsertItemLast() 606
InsertItemSort() 608
SelectItem() 609
SetFirstVisible() 610
SetDropHighlight() 610
SetItem() 611
SetLevelPictures() 612
SetOverlayPicture() 613
Sort() 614
4.17 标签(Tab)控件 615
SortAll() 615
4.17.1 标签控件的属性 616
4.17.3 标签控件的函数 619
4.17.2 标签控件的事件 619
CloseTab() 620
MoveTab() 621
OpenTab() 622
OpenTabWithParm() 623
SelectTab() 625
TabTriggerEvent() 626
TabPostEvent 626
4.18.2 直线控件的函数 627
4.18.1 直线控件的属性 627
4.18 直线(Line)控件 627
4.19.1 椭圆控件的属性 628
4.19 椭圆(Oval)控件 628
4.20.1 矩形控件的属性 629
4.20 矩形(Rectangle)控件 629
4.19.2 椭圆控件的函数 629
4.21.1 圆角矩形控件的属性 630
4.21 圆角矩形(RoundRectangle)控件 630
4.20.2 矩形控件的函数 630
4.22.1 组框控件的属性 631
4.22 组框(GroupBox)控件 631
4.21.2 圆角矩形控件的函数 631
4.22.2 组框控件的函数 633
4.23.1 命令按钮的属性 634
4.23 命令按钮(CommandButton) 634
4.23.2 命令按钮的事件 635
4.24 图片按钮(PictureButton) 636
4.23.3 命令按钮的函数 636
4.24.1 图片按钮的属性 637
4.24.3 图片按钮的函数 639
4.24.2 图片按钮的事件 639
4.25.1 水平滚动条控件的属性 640
4.25 水平滚动条(HScrollBar)控件 640
4.25.3 水平滚动条控件的函数 641
4.25.2 水平滚动条控件的事件 641
4.26.1 垂直滚动条控件的属性 642
4.26 垂直滚动条(VScrollBar)控件函数 642
4.26.2 垂直滚动条控件的事件 643
4.26.3 垂直滚动条控件的函数 644
5.1 数据窗口控件的属性 645
第五章 数据窗口控件的属性、事件和函数 645
5.2 数据窗口控件的事件 647
5.3 数据窗口控件的函数 649
AcceptText() 655
CategoryCount() 656
CanUndo() 656
CategoryName() 657
ClearValues() 658
Clear() 658
Copy() 659
Clipboard() 659
CopyRTF() 660
Create() 661
CrosstabDialog() 663
Cut() 664
DBCancel() 665
DataCount() 665
DeletedCount() 667
DBErrorMessage() 667
DBErrorCode() 667
DeleteRow() 668
Describe() 669
Filter() 673
Find() 674
FilteredCount() 674
FindCategory() 676
FindGroupChange() 677
FindRequired() 678
FindNext() 678
FindSeries() 679
GenerateHTMLForm() 680
GetBandAtPointer() 681
GetChild() 683
GetBorderStyle() 683
GetColumn() 685
GetClickedRow() 685
GetClickedColumn() 685
GetColumnName() 686
GetDataPieExplode() 687
GetData() 687
GetDataStyle() 689
GetDataValue() 692
GetFormat() 693
GetItemDate() 694
GetItemDateTime() 696
GetItemDecimal() 698
GetItemNumber() 700
GetItemStatus() 702
GetItemString() 703
GetItemTime() 705
GetNextModified() 707
GetMessageText() 707
GetObjectAtPointer() 709
GetSelectedRow() 710
GetRow() 710
GetSeriesStyle() 711
GetSQLSelect() 715
GetSQLPreview() 715
GetText() 716
GetTrans() 717
GetValidate() 718
GetUpdateStatus() 718
GroupCalc() 719
GetValue() 719
ImportClipboard() 720
ImportFile() 721
ImportString() 723
InsertDocument() 724
InsertRow() 725
IsSelected() 726
LineCount() 727
Modify() 728
ModifiedCount() 728
ObjectAtPointer() 740
OLEActivate() 742
PasteRTF() 743
Paste() 743
Position() 744
Print() 745
ReplaceText() 747
PrintCancel() 747
ReselectRow() 748
Reset() 749
ResetTransObject() 750
ResetDataColors() 750
ResetUpdate() 751
Retrieve() 752
RowCount() 755
RowsCopy() 756
RowsDiscard() 757
RowsMove() 758
SaveAs() 759
ScrollNextPage() 762
Scroll() 762
ScrollNextRow() 763
ScrollPriorPage() 764
ScrollPriorRow() 765
SelectedLength() 766
ScrollToRow() 766
SelectedStart() 767
SelectedLine() 767
SelectedText() 768
SelectRow() 768
SelectText() 769
SelectTextAll() 770
SeriesCount() 771
SelectTextWord() 771
SelectTextLine() 771
SeriesName() 772
SetColumn() 773
SetBorderStyle() 773
SetActionCode() 773
SetDataPieExplode() 774
SetDataStyle() 775
SetDetailHeight() 778
SetFilter() 779
SetFormat() 781
SetItem() 782
SetItemStatus() 783
SetRow() 784
SetRowFocusIndicator() 785
SetSeriesStyle() 786
SetSort() 790
SetSQLPreview() 791
SetSQLSelect() 792
SetTabOrder() 793
SetText() 794
SetTrans() 795
SetTransObject() 796
SetValidate() 799
SetValue() 800
ShareData() 802
ShareDataOff() 803
ShowHeadFoot() 804
Sort() 805
Undo() 806
TextLine() 806
Update() 807
6.1.1 位图(Bitmap)对象的属性 809
6.1 数据窗口对象的属性 809
第六章 数据窗口对象 809
6.1.2 按钮(Button)对象的属性 810
6.1.3 列(Column)对象的属性 813
6.1.4 计算域(Computed field)的属性 820
6.1.5 DataWindow对象的属性 821
6.1.6 组框(GroupBox)对象的属性 827
6.1.7 直线(Line)对象的属性 828
6.1.8 椭圆(Oval)、矩形(Rectangle)、圆角矩形(RoundRectangle)的属性 829
6.1.9 报表(Report)对象的属性 830
6.1.10 TableBlob对象 831
6.1.11 文本(Text)对象的属性 832
6.2 数据窗口对象属性的访问方法 833
6.2.1 数据窗口属性表达式 834
6.2.2 数据窗口画笔表达式 836
6.2.3 数据窗口对象属性取值及其类型 837
6.2.5 数据窗口对象属性表达式的出错处理 838
6.2.4 数据窗口对象属性表达式的求值 838
6.3.1 聚合函数 839
6.3 数据窗口画笔函数 839
Avg() 840
Count() 841
CumulativePercent() 842
CumulativeSum() 844
First() 846
Large() 847
Last() 849
Max() 850
Median() 851
Min() 853
Mode() 854
Percent() 855
Small() 856
StDev() 857
StDevP() 859
Sum() 860
Var() 861
VarP() 862
6.3.2 数据类型检查与转换函数 863
Char() 864
Asc() 864
IsDate() 865
Integer() 865
IsNumber() 866
IsNull() 866
Long() 867
IsTime() 867
6.3.3 数据窗口信息函数 868
Number() 868
Describe() 869
CurrentRow() 869
GetRow() 870
IsRowModified() 871
GetText() 871
IsSelected() 872
IsRowNew() 872
LookUpDisplay() 873
PageAcross() 874
Page() 874
RowCount() 875
PageCountAcross() 875
PageCount() 875
6.3.4 日期、时间函数 876
RowHeight() 876
Date() 877
DateTime() 877
Day() 878
DayName() 878
DayNumber() 879
DaysAfter() 879
Minute() 880
Month() 880
Hour() 880
Now() 881
RelativeDate() 881
RelativeTime() 882
Second() 882
SecondsAfter() 883
Time() 883
6.3.5 数值运算函数 884
Year() 884
Today() 884
6.3.6 字符串操作函数 885
WordCap() 886
6.3.7 交叉表函数 886
CrosstabAvg() 887
CrosstabCount() 887
CrosstabMax() 888
CrosstabMin() 888
CrosstabSum() 889
6.3.8 其它画笔函数 889
Bitmap() 890
Case() 890
If() 892
附录 索引 894