绪论 1
1.2 标识符 5
1.1 注释行 5
第1章 PowerScript语言基础 5
1.4 特殊ASCII字符 6
1.3 标号 6
1.5 空值(NULL) 7
1.6 保留字 8
1.7 代名词 9
1.8 续行和断句 11
1.9 空白(White Space) 12
2.1 标准数据类型 13
第2章 数据类型 13
2.2 Any类型 15
2.4 枚举类型 17
2.3 系统对象数据类型 17
3.2 说明变量和常量 18
3.1 变量和常量 18
第3章 变量、常量、数组和外部函数的说明 18
3.3 变量和常量的作用范围 20
3.4 说明数组 22
3.5 引用变量 24
4.1 操作符 25
第4章 操作符和表达式 25
4.3 表达式的数据类型 26
4.2 操作符在表达式中的优先级 26
4.4 赋值与表达式 27
5.1 对象 29
第5章 对象和结构 29
5.2 结构体 31
5.4 为对象和结构赋值 32
5.3 行为类似于结构体的用户对象 32
6.1 函数和事件 35
第6章 函数与事件的调用 35
6.2 PowerBuilder寻找、执行事件和函数 37
6.3 调用事件或函数 38
6.4 调用函数和事件的语法 43
6.5 说明和调用外部函数 44
6.6 把DBMS的存储过程说明为远程过程调用 45
7.1 赋值语句 47
第7章 PowerScript语句 47
7.3 CHOOSE CASE 49
7.2 CALL 49
7.5 CREATE 50
7.4 CONTINUE 50
7.7 DO...LOOP 52
7.6 DESTROY 52
7.8 EXIT 53
7.10 GOTO 54
7.9 FOR...NEXT 54
7.12 IF...THEN 55
7.11 HALT 55
7.14 THROW 56
7.13 RETURN 56
7.15 THROWS 57
7.16 TRY...CATCH...FINALLY 58
8.1 在PowerScript中使用SQL语句 60
第8章 SQL语句 60
8.2 CLOSE Curcor 61
8.4 COMMIT 62
8.3 CLOSE Procedure 62
8.6 DECLARE Cursor 63
8.5 CONNECT 63
8.7 DECLARE Procedure 64
8.9 DELETE Where Current of Cursor SQL 65
8.8 DELETE 65
8.13 INSERT 66
8.12 FETCH 66
8.10 DISCONNECT 66
8.11 EXECUTE 66
8.16 SELECT 67
8.15 ROLLBACK 67
8.14 OPEN Cursor 67
8.18 UPDATE 68
8.17 SELECTBLOB 68
8.20 UPDATE Where Current of Cursor 69
8.19 UPDATEBLOB 69
8.21 动态SQL语句1 70
8.22 动态SQL语句2 71
8.23 动态SQL语句3 72
8.24 动态SQL语句4 74
9.3 参数(Argument) 78
9.2 事件标识(Event Id) 78
第9章 事件概述 78
9.1 事件的类型 78
9.5 祖先事件脚本的返回值 79
9.4 返回值 79
9.6 用户定义的事件 80
10.2 BeginDrag 81
10.1 Activate 81
第10章 事件详解 81
10.3 BeginLabelEdit 83
10.4 BeginRightDrag 84
10.5 Clicked 86
10.6 Close 91
10.7 CloseQuery 92
10.8 ColumnClick 94
10.9 Constructor 95
10.11 Deactivate 96
10.10 DataChange 96
10.13 DeleteItem 97
10.12 DeleteAllItems 97
10.15 DoubleClicked 98
10.14 Destructor 98
10.16 DragDrop 102
10.17 DragEnter 106
10.18 DragLeave 107
10.19 DragWithin 108
10.20 EndLabelEdit 110
10.21 Error 111
10.22 ExternalException 113
10.24 GetFocus 115
10.23 FileExists 115
10.25 Help 116
10.27 HotLinkAlarm 117
10.26 Hide 117
10.29 InputFieldSelected 118
10.28 Idle 118
10.31 ItemActivate 119
10.30 InsertItem 119
10.32 ItemChanged 120
10.33 ItemChanging 121
10.34 ItemCollapsed 122
10.35 ItemCollapsing 123
10.36 ItemExpanded 124
10.37 ItemExpanding 125
10.39 Key 126
10.38 ItemPopulate 126
10.40 LineDown 127
10.41 LineLeft 128
10.42 LineRight 129
10.44 LoseFocus 130
10.43 LineUp 130
10.45 Modified 132
10.46 MouseDown 133
10.47 MouseMove 135
10.48 MouseUp 138
10.49 Moved 139
10.50 Open 140
10.52 PageDown 142
10.51 Other 142
10.53 PageLeft 143
10.54 PageRight 144
10.55 PageUp 145
10.57 PipeEnd 146
10.56 PictureSelected 146
10.58 PipeMeter 147
10.60 PrintFooter 148
10.59 PipeStart 148
10.61 PrintHeader 149
10.63 PropertyRequestEdit 150
10.62 PropertyChanged 150
10.64 RButtonDown 151
10.65 RButtonUp 152
10.67 RemoteHotLinkStart 153
10.66 RemoteExec 153
10.69 RemoteRequest 154
10.68 RemoteHotLinkStop 154
10.72 Resize 155
10.71 Rename 155
10.70 RemoteSend 155
10.73 RightClicked 156
10.74 RightDoubleClicked 157
10.75 Save 159
10.76 SaveObject 160
10.78 SelectionChanged 161
10.77 Selected 161
10.79 SelectionChanging 164
10.80 Show 165
10.81 Sort 166
10.82 SystemError 168
10.83 SystemKey 169
10.84 Timer 170
10.86 ViewChange 171
10.85 ToolBarMoved 171
11.1 LowerBound() 173
第11章 数组函数 173
11.2 UpperBound() 174
12.2 BlobEdit() 176
12.1 Blob() 176
第12章 Blob(大二进制对象)函数 176
12.3 BlobMid() 177
12.4 Len() 178
12.5 String()的语法格式1 179
13.1 FindClassDefination() 180
第13章 类定义函数 180
13.3 FindTypeDefination() 181
13.2 FindFunctionDefination() 181
14.2 Char() 184
14.1 Asc() 184
第14章 数据类型检查与转换函数 184
14.3 Date() 185
14.4 DateTime() 187
14.5 Dec() 188
14.6 Double() 189
14.8 IsDate() 190
14.7 Integer() 190
14.9 IsNull () 191
14.11 IsTime() 192
14.10 IsNumber() 192
14.12 Long() 193
14.13 LongLong() 195
14.14 Real() 196
14.15 String()的语法格式2 197
14.16 Time() 198
15.2 DayName() 201
15.1 Day() 201
第15章 日期、时间函数 201
15.3 DayNumber() 202
15.5 Hour() 203
15.4 DaysAfter() 203
15.7 Month() 204
15.6 Minute() 204
15.8 Now() 205
15.10 RelativeTime() 206
15.9 RelativeDate() 206
15.12 SecondsAfter() 207
15.11 Second() 207
15.13 Today() 208
15.14 Year() 209
16.1 CloseChannel() 210
第16章 DDE客户函数 210
16.2 ExecRemote() 211
16.3 GetDataDDE() 212
16.4 GetDataDDEOrigin() 213
16.5 GetRemote() 214
16.6 OpenChannel() 216
16.8 SetRemote() 217
16.7 RespondRemote() 217
16.9 StartHotLink() 219
16.10 StopHotLink() 220
17.1 GetCommandDDE() 222
第17章 DDE服务器函数 222
17.2 GetCommandDDEOrigin() 223
17.6 SetDataDDE() 224
17.5 RespondRemote() 224
17.3 GetDataDDE() 224
17.4 GetDataDDEOrigin() 224
17.7 StartServerDDE() 225
17.8 StopServerDDE() 226
18.2 CreateDirectory() 228
18.1 ChangeDirectory() 228
第18章 文件操作函数 228
18.4 FileClose() 229
18.3 DirectoryExists() 229
18.5 FileCopy() 230
18.7 FileExists() 231
18.6 FileDelete() 231
18.8 FileLength() 232
18.9 FileMove() 233
18.10 FileOpen() 234
18.11 FileRead() 235
18.12 FileSeek() 236
18.13 FileWrite() 237
18.15 GetFileOpenName() 238
18.14 GetCurrentDirectory() 238
18.16 GetFileSaveName() 239
18.17 RemoveDirectory() 241
19.3 GarbageCollectSetTimeLimit() 242
19.2 GarbageCollectGetTimeLimit() 242
第19章 内存垃圾清理函数 242
19.1 GabageCollect() 242
20.1 ShowHelp() 244
第20章 帮助函数 244
20.2 ShowPopupHelp() 245
21.1 LibraryCreate() 246
第21章 库管理函数 246
21.3 LibraryDirectory() 247
21.2 LibraryDelete() 247
21.4 LibraryDirectEx() 249
21.5 LibraryExport() 250
21.6 LibraryImport() 251
21.7 SetLibraryList() 252
22.2 IsAllHebrew() 254
22.1 IsAllArabic() 254
第22章 国际通用函数 254
22.4 IsAnyHebrew() 255
22.3 IsAnyArabic() 255
22.6 IsArabicAndNumbers() 256
22.7 IsHebrew() 256
22.5 IsArabic() 256
22.9 Reverse() 257
22.8 IsHebrewAndNumbers() 257
22.11 FromUnicode() 258
22.10 FromAnsi() 258
22.12 ToAnsi() 259
22.13 ToUnicode() 260
23.2 ACos() 261
23.1 Abs() 261
第23章 数值计算函数 261
23.5 Ceiling() 262
23.4 ATan() 262
23.3 ASin() 262
23.6 Cos() 263
23.8 Fact() 264
23.7 Exp() 264
23.9 Int() 265
23.11 LogTen() 266
23.10 Log() 266
23.12 Max() 267
23.14 Mod() 268
23.13 Min() 268
23.15 Pi() 269
23.17 Randomize() 270
23.16 Rand() 270
23.18 Round() 271
23.20 Sin() 272
23.19 Sign() 272
23.21 Sqrt() 273
23.23 Truncate() 274
23.22 Tan() 274
24.1 Print() 276
第24章 打印函数 276
24.2 PrintBitmap() 277
24.3 PrintCancel() 278
24.5 PrintDataWindow() 279
24.4 PrintClose() 279
24.6 PrintDefineFont() 280
24.8 PrintGetPrinters() 282
24.7 PrintGetPrinter() 282
24.9 PrintLine() 283
24.10 PrintOpen() 284
24.11 PrintOval() 285
24.12 PrintPage() 286
24.13 PrintRect() 287
24.14 PrintRoundRect() 288
24.15 PrintScreen() 289
24.16 PrintSend() 290
24.17 PrintSetFont() 291
24.18 PrintSetPrinter() 292
24.20 PrintSetup() 293
24.19 PrintSetSpacing() 293
24.22 PrintText() 294
24.21 PrintSetupPrinter() 294
24.23 PrintWidth() 295
24.25 PrintY() 296
24.24 PrintX() 296
25.1 RegistryDelete() 298
第25章 注册函数 298
25.2 RegistryGet() 299
25.4 RegistrySet() 300
25.3 RegistryKeys() 300
25.5 RegistryValues() 301
26.2 SharedObjectGet() 303
26.1 SharedObjectDirectory() 303
第26章 对象共享函数 303
26.3 SharedObjectRegister() 305
26.4 SharedObjectUnregister() 306
27.1 Asc() 307
第27章 字符串操作函数 307
27.3 Fill() 308
27.2 Char() 308
27.5 LastPos() 309
27.4 FillW() 309
27.6 Left() 310
27.8 LeftTrim() 311
27.7 LeftW() 311
27.10 Len() 312
27.9 LeftTrimW() 312
27.11 LenW() 313
27.13 Match() 314
27.12 Lower() 314
27.14 Mid() 315
27.16 Pos() 316
27.15 MidW() 316
27.18 Replace() 317
27.17 PosW() 317
27.20 Reverse() 318
27.19 ReplaceW() 318
27.23 RightTrim() 319
27.22 RightW() 319
27.21 Right() 319
27.25 SPace() 320
27.24 RightTrimW() 320
27.28 Upper() 321
27.27 TrimW() 321
27.26 Trim() 321
27.29 WordCap() 322
28.1 Cliphoard() 323
第28章 系统与环境函数 323
28.2 CommandParm() 324
28.3 GetApplication() 325
28.5 GetFocus() 326
28.4 GetEnvironment() 326
28.6 Handle() 327
28.7 Post() 329
28.8 ProfileInt() 330
28.10 Restart() 332
28.9 ProfileString() 332
28.11 Run() 333
28.12 Send() 334
28.13 SetProfileString() 335
28.14 SignalError() 336
28.15 Yield() 337
29.2 Idle() 339
29.1 Cpu() 339
第29章 定时函数 339
29.3 Start() 340
29.4 Timer() 346
30.1 TraceBegin() 347
第30章 跟踪函数 347
30.3 TraceDisableActivity() 348
30.2 TraceClose() 348
30.4 TraceEnableActivity() 349
30.6 TraceError() 351
30.5 TraceEnd() 351
30.7 TraceOpen() 352
30.8 TraceUser() 353
31.1 Close() 355
第31章 窗口操作函数 355
31.2 CloseWithReturn() 356
31.3 Open() 357
31.4 OpenSheet() 359
31.5 OpenSheetWithParm() 360
31.6 OpenWithParm() 361
32.3 Activate() 364
32.1 ACos() 364
第32章 PowerScript中的全体函数 364
32.1 Abs() 364
32.4 AddCategory() 365
32.6 AddData() 366
32.5 AddColumn() 366
32.7 AddItem() 368
32.9 AddPicture() 371
32.8 AddLargePicture() 371
32.10 AddSeries() 372
32.11 AddSmallPicture() 373
32.13 AddToLibraryList() 374
32.12 AddStatePicture() 374
32.14 Arrange() 375
32.16 Asc() 376
32.15 ArrangeSheets() 376
32.20 BeginTransaction() 377
32.19 Beep() 377
32.17 ASin() 377
32.18 ATan() 377
32.21 Blob() 378
32.24 BuildModel() 379
32.23 BlobMid() 379
32.22 BlobEdit() 379
32.26 CanUndo() 381
32.25 Cancel() 381
32.28 CategoryName() 382
32.27 CategoryCount() 382
32.31 ChangeMenu() 383
32.30 ChangeDirectory() 383
32.29 Ceiling() 383
32.33 Check() 384
32.32 Char() 384
32.34 ChooseColor() 385
32.36 ClassName() 386
32.35 Classlist() 386
32.37 Clear() 388
32.39 CloseTab() 389
32.38 CloseChannel() 389
32.40 CloseUserObject() 390
32.42 CollapseItem() 391
32.41 CloseWithReturn() 391
32.44 CommitTransaction() 392
32.43 CommandParm() 392
32.45 ConnectToNewObject() 393
32.46 ConnectToNewRemoteObject() 394
32.47 ConnectToObject() 395
32.48 ConnectToRemoteObject() 396
32.49 ConnectToServer() 398
32.50 Copy() 400
32.51 CopyRTF() 401
32.55 CreateInstance() 403
32.54 CreateDirectory() 403
32.52 Cos() 403
32.53 Cpu() 403
32.56 CreatePage() 406
32.57 Cut() 407
32.59 DataSource() 408
32.58 DataCount() 408
32.66 DBHandle() 410
32.65 DayAfter() 410
32.60 Date() 410
32.61 DateTime() 410
32.62 Day() 410
32.63 DayName() 410
32.64 DayNumber() 410
32.68 Dec() 411
32.67 DebugBreak() 411
32.70 DeleteColumn() 412
32.69 DeleteCategory() 412
32.72 DeleteData() 413
32.71 DeleteColumns() 413
32.73 DeleteItem() 414
32.74 DeleteItems() 415
32.76 DeleteLargePictures() 416
32.75 DeleteLargePicture() 416
32.78 DeletePictures() 417
32.77 DeletePicture() 417
32.80 DeleteSmallPicture() 418
32.79 DeleteSeries() 418
32.83 DeleteStatePictures() 419
32.82 DeleteStatePicture() 419
32.81 DeleteSmallPictures() 419
32.86 DirList() 420
32.85 DirectoryExists() 420
32.84 DestroyModel() 420
32.88 Disable() 422
32.87 DirSelect() 422
32.89 DisableCommit() 423
32.90 DisconnectObject() 424
32.93 DoVerb() 425
32.92 Double() 425
32.91 DisconnectServer() 425
32.94 Drag() 426
32.95 DraggedObject() 427
32.96 Draw() 428
32.98 Enable() 429
32.97 EditLabel() 429
32.100 EntryList() 430
32.99 EnableCommit() 430
32.101 ExecRemote() 431
32.104 ExpandItem() 432
32.103 ExpandAll() 432
32.102 Exp() 432
32.110 FileLength() 433
32.109 FileExists() 433
32.105 Fact() 433
32.106 FileClose() 433
32.107 FileCopy() 433
32.108 FileDelete() 433
32.117 FillW() 434
32.116 Fill() 434
32.111 FileMove() 434
32.112 FileOpen() 434
32.113 FileRead() 434
32.114 FileSeek() 434
32.115 FileWrite() 434
32.118 Find() 435
32.119 FindGategory() 438
32.122 FindItem() 439
32.121 FindFunctionDefinition() 439
32.120 FindClassDefinition() 439
32.123 FindMatchingFunction() 443
32.125 FindSeries() 445
32.124 FindNext() 445
32.129 GarbageCollect() 446
32.128 FromUnicode() 446
32.126 FindTypeDefinition() 446
32.127 FromAnsi() 446
32.132 GetActiveSheet() 447
32.131 GarbageCollectGetTimeLimit() 447
32.130 GarbageCollectGetTimeLimit() 447
32.135 GetArgElement() 448
32.134 GetApplication() 448
32.133 GetAlignment() 448
32.136 GetAutomationNativePointer() 449
32.137 GetCertificateLabel() 450
32.139 GetColumn() 452
32.138 GetChildrenList() 452
32.142 GetCompanyName() 454
32.141 GetCommandDDEOrigin() 454
32.140 GetCommandDDE() 454
32.143 GetContextKeywords() 455
32.145 GetCredentialAttribute() 456
32.144 GetContextService() 456
32.146 GetCurrentDirectory() 458
32.147 GetData() 459
32.150 GetDataPieExplode() 462
32.149 GetDataDDEOrigin() 462
32.148 GetDataDDE() 462
32.151 GetDataStyle() 463
32.152 GetDataValue() 467
32.153 GetDynamicDate() 469
32.154 GetDynamicDateTime() 470
32.156 GetDynamicString() 471
32.155 GetDynamicNumber() 471
32.159 GetFileOpenName() 472
32.158 GetEnvironment() 472
32.157 GetDynamicTime() 472
32.161 GetFixesVersion() 473
32.160 GetFirstSheet() 473
32.163 GetFolder() 474
32.162 GetFocus() 474
32.164 GetGlobalProperty() 475
32.166 GetItem() 476
32.165 GetHostObject() 476
32.167 GetItemAtPointer() 478
32.168 GetLastReturn() 479
32.170 GetMajorVersion() 480
32.169 GetLibraryList() 480
32.171 GetMessage() 481
32.172 GetMinorVersion() 482
32.174 GetNativePointer() 483
32.173 GetName() 483
32.175 GetNextSheet() 484
32.176 GetOrigin() 485
32.178 GetParent() 486
32.177 GetParagraphSetting() 486
32.179 GetPin() 487
32.180 GetRecordSet() 489
32.182 GetSeriesStyle() 490
32.181 GetRemote() 490
32.183 GetShortName() 494
32.185 GetStatus() 495
32.184 GetSpacing() 495
32.186 GetTextColor() 496
32.188 GetToolbar() 497
32.187 GetTextStyle() 497
32.189 GetToolbarPos() 499
32.191 GetURL() 501
32.190 GetTransactionName() 501
32.192 GetVersionName() 502
32.194 Hide() 503
32.193 Handle() 503
32.198 ImpersonateClient() 504
32.197 Idle() 504
32.195 Hour() 504
32.196 HyperLinkToURL() 504
32.199 ImportClipboard() 505
32.200 ImportFile() 507
32.201 ImportString() 510
32.202 IncomingCallList() 513
32.203 Init() 514
32.204 InputFieldChangeData() 517
32.206 InputFieldDeleteCurrent() 518
32.205 InputFieldCurrentName() 518
32.208 InputFieldInsert() 519
32.207 InputFieldGetData() 519
32.209 InputFieldLocate() 520
32.210 InsertCategory() 521
32.211 InsertClass() 522
32.213 InsertData() 523
32.212 InsertColumn() 523
32.214 InsertDocument() 525
32.216 InsertItem() 526
32.215 InsertFile() 526
32.217 InsertItemFirst() 530
32.218 InsertItemLast() 532
32.219 InsertItemSort() 533
32.221 InsertPicture() 535
32.220 InsertObject() 535
32.222 InsertSeries() 536
32.225 InternetData() 537
32.224 Integer() 537
32.223 Int() 537
32.227 IntLow() 538
32.226 IntHigh() 538
32.228 InvokePBFunction() 539
32.229 _Is_A() 540
32.230 IsAlive() 541
32.236 IsArabicAndNumbers() 542
32.235 IsArabic() 542
32.231 IsAllArabic() 542
32.232 IsAllHebrew() 542
32.233 IsAnyArabic() 542
32.234 IsAnyHebrew() 542
32.237 IsCallerInRole() 543
32.241 IsImpersonating() 544
32.240 IsHebrewAndNumbers() 544
32.238 IsDate() 544
32.239 IsHebrew() 544
32.242 IsInTransaction() 545
32.246 IsSecurityEnabled() 546
32.245 IsPreview() 546
32.243 IsNull() 546
32.244 IsNumber() 546
32.248 IsTransactionAborted() 547
32.247 IsTime() 547
32.249 IsValid() 548
32.250 KeyDown() 549
32.251 LastPos() 551
32.258 Length() 553
32.257 LenW() 553
32.252 Left() 553
32.253 LeftW() 553
32.254 LeftTrim() 553
32.255 LeftTrimW() 553
32.256 Len() 553
32.261 LibraryDirectory() 554
32.260 LibraryDelete() 554
32.259 LibraryCreate() 554
32.265 LineCount() 555
32.264 LibraryImport() 555
32.262 LibraryDirectoryEx() 555
32.263 LibraryExport() 555
32.267 LineList() 556
32.266 LineLength() 556
32.268 LinkTo() 557
32.273 Lookup() 558
32.272 LongLong() 558
32.269 Log() 558
32.270 LogTen() 558
32.271 Long() 558
32.276 mailAddress() 562
32.275 LowerBound() 562
32.274 Lower() 562
32.278 mailGetMessages() 564
32.277 mailDeleteMessage() 564
32.280 mailLogoff() 566
32.279 mailHandle() 566
32.281 mailLogon() 567
32.282 mailReadMessage() 568
32.283 mailRecipientDetails() 569
32.284 mailResolveRecipient() 570
32.285 mailSaveMessage() 572
32.286 mailSend() 574
32.288 MatchW() 575
32.287 Match() 575
32.290 MemberDelete() 576
32.289 Max() 576
32.292 MemberRename() 577
32.291 MemberExists() 577
32.293 MessageBox() 578
32.294 Mid() 579
32.299 ModifyData() 580
32.298 Mod() 580
32.295 MidW() 580
32.296 Min() 580
32.297 Minute() 580
32.301 Move() 582
32.300 Month() 582
32.303 _Narrow() 583
32.302 MoveTab() 583
32.304 NextActivity() 584
32.306 ObjectAtPointer() 585
32.305 Now() 585
32.307 Object_To_String() 587
32.313 OpenTab() 588
32.312 OpenSheetWithParm() 588
32.308 OffsetPos() 588
32.309 Open() 588
32.310 OpenChannel() 588
32.311 OpenSheet() 588
32.314 OpenTabWithParm() 590
32.315 OpenUserObject() 593
32.316 OpenUserObjectWithParm() 596
32.318 OutgoingCallList() 599
32.317 OpenWithParm() 599
32.320 PageCreated() 600
32.319 PageCount() 600
32.321 ParentWindow() 601
32.322 Paste() 602
32.323 PasteLink() 603
32.325 PasteSpecial() 604
32.324 PasteRTF() 604
32.327 PixelsToUnits() 605
32.326 Pi() 605
32.329 PointerY() 606
32.328 PointerX() 606
32.330 PopMenu() 607
32.331 PopulateError() 608
32.334 Position() 609
32.333 PosW() 609
32.332 Pos() 609
32.336 PostEvent() 613
32.335 Post() 613
32.337 PostURL() 615
32.338 Preview() 616
32.341 PrintCancel() 617
32.340 PrintBitmap() 617
32.339 Print() 617
32.349 PrintOval() 618
32.348 PrintOpen() 618
32.342 PrintClose() 618
32.343 PrintDataWindow() 618
32.344 PrintDefineFont() 618
32.345 PrintGetPrinter() 618
32.346 PrintGetPrinters() 618
32.347 PrintLine() 618
32.357 PrintSetSpacing() 619
32.356 PrintSetPrinter() 619
32.350 PrintPage() 619
32.351 PrintRect() 619
32.352 PrintRoundRect() 619
32.353 PrintScreen() 619
32.354 PrintSend() 619
32.355 PrintSetFont() 619
32.365 ProfileString() 620
32.364 ProfileInt() 620
32.358 PrintSetup() 620
32.359 PrintSetupPrinter() 620
32.360 PrintText() 620
32.361 PrintWidth() 620
32.362 PrintX() 620
32.363 PrintY() 620
32.368 Read() 621
32.367 Randomize() 621
32.366 Rand() 621
32.375 RelativeDate() 623
32.374 RegistryValues() 623
32.369 Real() 623
32.370 RegistryDelete() 623
32.371 RegistryGet() 623
32.372 RegistryKeys() 623
32.373 RegistrySet() 623
32.378 ReleaseNativePointer() 624
32.377 ReleaseAutomationNativePointer() 624
32.376 RelativeTime() 624
32.380 Repair() 625
32.379 RemoveDirectory() 625
32.383 ReplaceText() 626
32.382 ReplaceW() 626
32.381 Replace() 626
32.384 Reset() 627
32.385 ResetArgElements() 629
32.387 Resize() 630
32.386 ResetDataColors() 630
32.388 Resolve_Initial_References() 631
32.391 ResumeTransaction() 633
32.390 Restart() 633
32.389 RespondRemote() 633
32.393 RevertToSelf() 634
32.392 Reverse() 634
32.394 RGB() 635
32.396 RightW() 636
32.395 Right() 636
32.399 RollbackOnly() 637
32.398 RightTrimW() 637
32.397 RightTrim() 637
32.400 RollbackTransaction() 638
32.402 RoutineList() 639
32.401 Round() 639
32.404 Save() 640
32.403 Run() 640
32.405 SaveAs() 641
32.406 SaveDocument() 647
32.407 Scroll() 648
32.408 ScrollNextPage() 649
32.409 ScrollNextRow() 650
32.410 ScrollPriorPage() 651
32.411 ScrollPriorRow() 653
32.412 ScrollToRow() 654
32.413 Second() 655
32.415 Seek() 656
32.414 SecondsAfter() 656
32.417 SelectedIndex() 657
32.416 SelectedColumn() 657
32.419 SelectedLength() 658
32.418 SelectedItem() 658
32.420 SelectedLine() 659
32.422 SelectedStart() 660
32.421 SelectedPage() 660
32.423 SelectedText() 661
32.425 SelectItem() 662
32.424 SelectionRange() 662
32.426 SelectObject() 664
32.427 SelectTab() 665
32.428 SelectText() 666
32.430 SelectTextLine() 669
32.429 SelectTextAll() 669
32.431 SelectTextWord() 670
32.433 SeriesCount() 671
32.432 Send() 671
32.434 SeriesName() 672
32.435 SetAbort() 673
32.436 SetAlignment() 674
32.437 SetArgElement() 675
32.438 SetAutomationLocale() 676
32.439 SetAutomationPointer() 677
32.440 SetAutomationTimeout() 678
32.441 SetColumn() 679
32.442 SetComplete() 680
32.443 SetData() 682
32.445 SetDataPieExplode() 683
32.444 SetDataDDE() 683
32.446 SetDataStyle() 684
32.448 SetDynamicParm() 688
32.447 SetDropHighlight() 688
32.450 SetFocus() 689
32.449 SetFirstVisible() 689
32.451 SetGlobalProperty() 690
32.452 SetItem() 691
32.453 SetLevelPictures() 694
32.454 SetMask() 695
32.455 SetMessage() 696
32.456 SetMicroHelp() 697
32.458 SetOverlayPicture() 698
32.457 SetNull() 698
32.459 SetParagraphSetting() 699
32.460 SetPicture() 700
32.461 SetPointer() 701
32.462 SetPosition() 702
32.465 SetRecordSet() 704
32.464 SetRange() 704
32.463 SetProfileString() 704
32.466 SetRedraw() 705
32.468 SetResultSet() 706
32.467 SetRemote() 706
32.469 SetSeriesStyle() 707
32.470 SetSpacing() 711
32.471 SetState() 712
32.473 SetTextStyle() 713
32.472 SetTextColor() 713
32.474 SetTimeout() 714
32.475 SetToolbar() 715
32.476 SetToolbarPos() 717
32.477 SetTop() 719
32.478 SetTraceFileName() 720
32.479 SetTransPool() 721
32.484 Show() 722
32.483 SharedObjectUnregister() 722
32.480 SharedObjectDirectory() 722
32.481 SharedObjectGet() 722
32.482 SharedObjectRegister() 722
32.485 ShowHeadFoot() 723
32.491 Sleep() 724
32.490 Sin() 724
32.486 ShowHelp() 724
32.487 ShowPopupHelp() 724
32.488 Sign() 724
32.489 SignalError() 724
32.492 Sort() 725
32.493 SortAll() 727
32.499 State() 728
32.498 StartServerDDE() 728
32.494 Space() 728
32.495 Sqrt() 728
32.496 Start() 728
32.497 StartHotLink() 728
32.500 StepIt() 729
32.504 String() 730
32.503 StopServerDDE() 730
32.501 Stop() 730
32.502 StopHotLink() 730
32.505 String_To_Object() 731
32.506 SuspendTransaction() 732
32.507 SyntaxFromSQL() 733
32.508 SystemRoutine() 735
32.510 TabTriggerEvent() 736
32.509 TabPostEvent() 736
32.512 Text() 737
32.511 Tan() 737
32.515 Timer() 738
32.514 Time() 738
32.513 TextLine() 738
32.518 Top() 739
32.517 Today() 739
32.516 ToAnsi() 739
32.520 TotalItems() 740
32.519 TotalColumns() 740
32.523 TraceBegin() 741
32.522 ToUnicode() 741
32.521 TotalSelected() 741
32.531 TriggerEvent() 742
32.530 TraceUser() 742
32.524 TraceClose() 742
32.525 TraceDisableActivity() 742
32.526 TraceEnableActivity() 742
32.527 TraceEnd() 742
32.528 TraceError() 742
32.529 TraceOpen() 742
32.532 TriggerPBEvent() 744
32.536 TrustVerify() 745
32.535 Truncate() 745
32.533 Trim() 745
32.534 TrimW() 745
32.537 TypeOf() 748
32.538 Uncheck() 749
32.539 Undo() 750
32.540 UnitsToPixels() 751
32.541 UpdateLinksDialog() 752
32.544 Which() 753
32.543 UpperBound() 753
32.542 Upper() 753
32.546 WorkSpaceHeight() 754
32.545 WordCap() 754
32.548 WorkSpaceX() 755
32.547 WorkSpaceWidth() 755
32.550 Write() 756
32.549 WorkSpaceY() 756
32.551 XMLParseFile() 757
32.552 XMLParseString() 760
32.554 Yield() 761
32.553 Year() 761
第33章 常用的Windows API调用 762