注冊 | 登錄讀書好,好讀書,讀好書!
讀書網-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網絡軟件與程序設計PowerbuilderPowerScript語言·事件·函數:PowerBuilder 9.0版

PowerScript語言·事件·函數:PowerBuilder 9.0版

PowerScript語言·事件·函數:PowerBuilder 9.0版

定 價:¥78.00

作 者: 何軍主編
出版社: 電子工業(yè)出版社
叢編項: PowerBuilder與Sybase技術叢書
標 簽: Powerbuilder

ISBN: 9787505398054 出版時間: 2004-05-01 包裝: 簡裝本
開本: 26cm 頁數: 797 字數:  

內容簡介

  本書全面介紹了PowerBuilder中功能強大的PowerScript的語言、事件與函數。提供大量的示例程序,便于讀者領會和掌握PowerScript。本書是使用PowerBuilder開發(fā)數據庫系統(tǒng)的開發(fā)人員必備的編程參考書,同時也可作為大中院校相關專業(yè)師生的教學參考書。在PowerBuilder中提供了強大的結構化編程語言PowerScript語言。本書用32章的篇幅,全面、詳盡地介紹了PowerScript語言、所有PowerScript事件及PowerScript函數的使用方法。本書在介紹這些內容時,為讀者提供了大量的示例程序,使讀者能快速領會和掌握這些事件和函數的使用方法。本書還介紹了絕大多數Windows應用編程接口的功能,以方便讀者開發(fā)Windows環(huán)境下的應用程序。本書對于希望深入理解PowerBuilder,靈活高效地編寫功能強大的PowerBuilder應用程序的讀者是十分必要的。本書是使用PowerBuilder開發(fā)數據庫系統(tǒng)的開發(fā)人員必備的編程參考書,同時也可作為大中院校相關專業(yè)師生的教學參考書。

作者簡介

暫缺《PowerScript語言·事件·函數:PowerBuilder 9.0版》作者簡介

圖書目錄

緒論
第1章 PowerScript語言基礎
1.1 注釋行
1.2 標識符
1.3 標號
1.4 特殊ASCII字符
1.5 空值(NULL)
1.6 保留字
1.7 代名詞
1.8 續(xù)行和斷句
1.9 空白(White Space)
第2章 數據類型
2.1 標準數據類型
2.2 Any類型
2.3 系統(tǒng)對象數據類型
2.4 枚舉類型
第3章 變量、常量、數組和外部函數的說明
3.1 變量和常量
3.2 說明變量和常量
3.3 變量和常量的作用范圍
3.4 說明數組
3.5 引用變量
第4章 操作符和表達式
4.1 操作符
4.2 操作符在表達式中的優(yōu)先級
4.3 表達式的數據類型
4.4 賦值與表達式
第5章 對象和結構
5.1 對象
5.2 結構體
5.3 行為類似于結構體的用戶對象
5.4 為對象和結構賦值
第6章 函數與事件的調用
6.1 函數和事件
6.2 PowerBuilder尋找、執(zhí)行事件和函數
6.3 調用事件或函數
6.4 調用函數和事件的語法
6.5 說明和調用外部函數
6.6 把DBMS的存儲過程說明為遠程過程調用
第7章  PowerScript語句
7.1 賦值語句
7.2 CALL
7.3 CHOOSE CASE
7.4 CONTINUE
7.5 CREATE
7.6 DESTROY
7.7 DO…LOOP
7.8 EXIT
7.9 FOR…NEXT
7.10 GOTO
7.11 HALT
7.12 IF…THEN
7.13 RETURN
7.14 THROW
7.15 THROWS
7.16 TRY…CATCH…FINALLY
第8章 SQL語句
8.1 在PowerScript中使用SQL語句
8.2 CLOSE Curcor
8.3 CLOSE Procedure
8.4 COMMIT
8.5 CONNECT
8.6 DECLARE Cursor
8.7 DECLARE Procedure
8.8 DELETE
8.9 DELETE Where Current of Cursor SQL
8.10 DISCONNECT
8.11 EXECUTE
8.12 FETCH
8.13 INSERT
8.14 OPEN Cursor
8.15 ROLLBACK
8.16 SELECT
8.17 SELECTBLOB
8.18 UPDATE
8.19 UPDATEBLOB
8.20 UPDATE Where Current of Cursor
8.21 動態(tài)SQL語句1
8.22 動態(tài)SQL語句2
8.23 動態(tài)SQL語句3
8.24 動態(tài)SQL語句4
第9章 事件概述
9.1 事件的類型
9.2 事件標識(Event Id)
9.3 參數(Argument)
9.4 返回值
9.5 祖先事件腳本的返回值
9.6 用戶定義的事件
第10章 事件詳解
10.1 Activate
10.2 BeginDrag
10.3 BeginLabelEdit
10.4 BeginRightDrag
10.5 Clicked
10.6 Close
10.7 CloseQuery
10.8 ColumnClick
10.9 Constructor
10.10 DataChange
10.11 Deactivate
10.12 DeleteAllItems
10.13 DeleteItem
10.14 Destructor
10.15 DoubleClicked
10.16 DragDrop
10.17 DragEnter
10.18 DragLeave
10.19 DragWithin
10.20 EndLabelEdit
10.21 Error
10.22 ExternalException
10.23 FileExists
10.24 GetFocus
10.25 Help
10.26 Hide
10.27 HotLinkAlarm
10.28 Idle
10.29 InputFieldSelected
10.30 InsertItem
10.31 ItemActivate
10.32 ItemChanged
10.33 ItemChanging
10.34 ItemCollapsed
10.35 ItemCollapsing
10.36 ItemExpanded
10.37 ItemExpanding
10.38 ItemPopulate
10.39 Key
10.40 LineDown
10.41 LineLeft
10.42 LineRight
10.43 LineUp
10.44 LoseFocus
10.45 Modified
10.46 MouseDown
10.47 MouseMove
10.48 MouseUp
10.49 Moved
10.50 Open
10.51 Other
10.52 PageDown
10.53 PageLeft
10.54 PageRight
10.55 PageUp
10.56 PictureSelected
10.57 PipeEnd
10.58 PipeMeter
10.59 PipeStart
10.60 PrintFooter
10.61 PrintHeader
10.62 PropertyChanged
10.63 PropertyRequestEdit
10.64 RButtonDown
10.65 RButtonUp
10.66 RemoteExec
10.67 RemoteHotLinkStart
10.68 RemoteHotLinkStop
10.69 RemoteRequest
10.70 RemoteSend
10.71 Rename
10.72 Resize
10.73 RightClicked
10.74 RightDoubleClicked
10.75 Save
10.76 SaveObject
10.77 Selected
10.78 SelectionChanged
10.79 SelectionChanging
10.80 Show
10.81 Sort
10.82 SystemError
10.83 SystemKey
10.84 Timer
10.85 ToolBarMoved
10.86 View Change
第11章 數組函數
11.1 LowerBound()
11.2 UpperBound()
第12章 Blob(大二進制對象)函數
12.1 Blob()
12.2 BlobEdit()
12.3 BlobMid()
12.4 Len()
12.5 String()的語法格式1
第13章 類定義函數
13.1 FindClassDefination()
13.2 FindFunctionDefination()
13.3 FindTypeDefination()
第14章 數據類型檢查與轉換函數
14.1 Asc()
14.2 Char()
14.3 Date()
14.4 DateTime()
14.5 Dec()
14.6 Double()
14.7 Integer()
14.8 IsDate()
14.9 IsNull()
14.10 IsNumber()
14.11 IsTime()
14.12 Long()
14.13 LongLong()
14.14 Real()
14.15 String()的語法格式2
14.16 Time()
第15章 日期、時間函數
15.1 Day()
15.2 DayName()
15.3 DayNumber()
15.4 DaysAfter()
15.5 Hour()
15.6 Minute()
15.7 Month()
15.8 Now()
15.9 RelativeDate()
15.10 RelativeTime()
15.11 Second()
15.12 SecondsAfter()
15.13 Today()
15.14 Year()
第16章 DDE客戶函數
16.1 CloseChannel()
16.2 ExecRemote()
16.3 GetDataDDE()
16.4 GetDataDDEOrigin()
16.5 GetRemote()
16.6 OpenChannel()
16.7 RespondRemote()
16.8 SetRemote()
16.9 StartHotLink()
16.10 StopHotLink()
第17章 DDE服務器函數
17.1 GetCommandDDE()
17.2 GetCommandDDEOrigin()
17.3 GetDataDDE()
17.4 GetDataDDEOrigin()
17.5 RespondRemote()
17.6 SetDataDDE()
17.7 StartServerDDE()
17.8 StopServerDDE()
第18章 文件服務器函數
18.1 ChangeDirectory()
18.2 CreateDirectory()
18.3 DirectoryExists()
18.4 FileClose()
18.5 FileCopy()
18.6 FileDelete()
18.7 FileExists()
18.8 FileLength()
18.9 FileMove()
18.10 FileOpen()
18.11 FileRead()
18.12 FileSeek()
18.13 FileWrite()
18.14 GetCurrentDirectory()
18.15 GetFileOpenName()
18.16 GetFileSaveName()
18.17 RemoveDirectory()
第19章 內存垃圾清理函數
19.1 GabageCollect()
19.2 GabageCollectGetTimeLimit()
19.3 GabageCollectSetTimeLimit()
第20章 幫助函數
20.1 ShowHelp()
20.2 ShowPopupHelp()
第21章 庫管理函數
21.1 LibraryGreate()
21.2 LibraryDelete()
21.3 LibraryDirectory()
21.4 LibraryDirectEx()
21.5 LibraryExport()
21.6 LibraryImport()
21.7 SetLibraryList()
第22章 國際通用函數
22.1 IsAllArabic()
22.2 IsAllhebrew()
22.3 IsAnyArabic()
22.4 IsAnyHebrew()
22.5 IsArabic()
22.6 IsArabicAndNumbers()
22.7 IsHebrew()
22.8 IsHebrewAndNumbers()
22.9 Revere()
22.10 FromAnsi()
22.11 FromUnicode()
22.12 ToAnsi()
22.13 ToUnicode()
第23章 數值計算函數
23.1 Abs()
23.2 ACos()
23.3 ASin()
23.4 ATan()
23.5 Ceiling()
23.6 Cos()
23.7 Exp()
23.8 Fact()
23.9 Int()
23.10 Log()
23.11 LogTen()
23.12 Max()
23.13 Min()
23.14 Mod()
23.15 Pi()
23.16 Rand()
23.17 Randomize()
23.18 Round()
23.19 Sign()
23.20 Sin()
23.21 Sqrt()
23.22 Tan()
23.23 Truncate()
第24章 打印函數
24.1 Print()
24.2 PrintBitmap()
24.3 PrintCancel()
24.4 PrintClose()
24.5 PrintDataWindow()
24.6 PrintDefineTont()
24.7 PrintGetPrinter()
24.8 PrintGetPrinters()
24.9 PrintLine()
24.10 PrintOpen()
24.11 PrintOval()
24.12 PrintPage()
24.13 PrintRect()
24.14 PrintRoundRect()
24.15 PrintScreen()
24.16 PrintSend()
24.17 PrintSetFont()
24.18 PrintSetPrinter()
24.19 PrintSetSpacing()
24.20 PrintSetup()
24.21 PrintSetupPrinter()
24.22 PrintText()
24.23 PrintWidth()
24.24 PrintX()
24.25 PrintY()
第25章 注冊函數
25.1 RegistryDelete()
25.2 RegistryGet()
25.3 RegsitryKeys()
25.4 RegistrySet()
25.5 RegistryValues()
第26章 對象共享函數
26.1 SharedObjectDirectory()
26.2 SharedObjectGet()
26.3 SharedObjectRegister()
26.4 SharedObjectUnregister()
第27章 字符串操作函數
27.1 Asc()
27.2 Char()
27.3 Fill()
27.4 FillW()
27.5 LastPos()
27.6 Left()
27.7 LeftW()
27.8 LeftTrim()
27.9 LeftTrimW()
27.10 Len()
27.11 LenW()
27.12 Lower()
27.13 Match()
27.14 Mid()
27.15 MidW()
27.16 Pos()
27.17 PosW()
27.18 Replace()
27.19 ReplaceW()
27.20 Reverse()
27.21 Right()
27.22 RightW()
27.23 RightTrim()
27.24 RightTrimW()
27.25 Space()
27.26 Trim()
27.27 TrimW()
27.28 Upper()
27.29 WordCap()
第28章 系統(tǒng)與環(huán)境函數
28.1 Clipboard()
28.2 CommandParm()
28.3 GetApplication()
28.4 GetEnvironment()
28.5 GetFocus()
28.6 Handle()
28.7 Post()
28.8 ProfileInt()
28.9 ProfileString()
28.10 Restart()
28.11 Run()
28.12 Send()
28.13 SetProfileString()
28.14 SignalError()
28.15 Yield()
第29章 定時函數
29.1 Cpu()
29.2 Idle()
29.3 Start()
29.4 Timer()
第30章 跟蹤函數
30.1 TraceBegin()
30.2 TraceClose()
30.3 TraceDisableActivity()
30.4 TraceEnableActivity()
30.5 TraceEnd()
30.6 TraceError()
30.7 TraceOpen()
30.8 TraceUser()
第31章 窗口操作函數
31.1 Close()
31.2 CloseWithReturn()
31.3 Open()
31.4 OpenSheet()
31.5 OpenSheetWithParm()
31.6 OpenWithParm()
第32章 PowerScript中的全體函數
32.1 Abs()
32.2 ACos()
32.3 Activate()
32.4 AddCategory()
32.5 AddColumn()
32.6 AddData()
32.7 AddItem()
32.8 AddLargePicture()
32.9 AddPicture()
32.10 AddSeries()
32.11 AddSmallPicture()
32.12 AddStatePicture()
32.13 AddToLibraryList()
32.14 Arrange()
32.15 ArrangeSheets()
32.16 Asc()
32.17 ASin()
32.18 ATan()
32.19 Beep()
32.20 BeginTransaction()
32.21 Blob()
32.22 BlobEdit()
32.23 BlobMid()
32.24 BuildModel()
32.25 Cancel()
32.26 CanUndo()
32.27 CategoryCount()
32.28 CategoryName()
32.29 Ceiling()
32.30 ChangeDirectory()
32.31 ChangeMenu()
32.32 Char()
32.33 Check()
32.34 ChooseColor()
32.35 Classlist()
32.36 ClassName()
32.37 Clear()
32.38 CloseChannel()
32.39 CloseTab()
32.40 CloseUserObject()
32.41 CloseWithReturn()
32.42 CollapseItem()
32.43 CommandParm()
32.44 CommitTransaction()
32.45 ConnectToNewObject()
32.46 ConnectToNewRemoteObject()
32.47 ConnectToObject()
32.48 ConnectToRemoteObject()
32.49 ConnectToServer()
32.50 Copy()
32.51 CopyRTF()
32.52 Cos()
32.53 Cpu()
32.54 CreateDirectory()
32.55 CreateInstance()
32.56 CreatePage()
32.57 Cut()
32.58 DataCount()
32.59 DataCource()
32.60 Date()
32.61 DateTime()
32.62 Day()
32.63 DayName()
32.64 DayNumber()
32.65 DayAfter()
32.66 DBHandle()
32.67 DebugBreak()
32.68 Dec()
32.69 DeleteCategory()
32.70 DeleteColumn()
32.71 DeleteColumns()
32.72 DeleteData()
32.73 DeleteItem()
32.74 DeleteItems()
32.75 DeleteLargePicture()
32.76 DeleteLargePictures()
32.77 DeletePicture()
32.78 DeletePictures()
32.79 DeleteSeries()
32.80 DeleteSmallPicture()
32.81 DeleteSmallPictures()
32.82 DeleteStatePicture()
32.83 DeleteStatePictures()
32.84 DestroyModel()
32.85 DirectoryExists()
32.86 DirList()
32.87 DirSelect()
32.88 Disable()
32.89 DisableCommit()
32.90 DisconnectObject()
32.91 DisconnectServer()
32.92 Double()
32.93 DoVerb()
32.94 Drag()
32.95 DraggedObject()
32.96 Draw()
32.97 EditLabel()
32.98 Enable()
32.99 EnableCommit()
32.100 EntryList()
32.101 ExecRemote()
32.102 Exp()
32.103 ExpandAll()
32.104 ExpandItem()
32.105 Fact()
32.106 FileClose()
32.107 FileCopy()
32.108 FileDelete()
32.109 FileExists()
32.110 FileLength()
32.111 FileMove()
32.112 FileOpen()
32.113 FileRead()
32.114 FileSeek()
32.115 FileWrite()
32.116 Fill()
32.117 FillW()
32.118 Find()
32.119 FindGategory()
32.120 FindClassDefinition()
32.121 FindFunctionDefinition()
32.122 FindItem()
32.123 FindMatchingFunction()
32.124 FindNext()
32.125 FindSeries()
32.126 FindTypeDefinition()
32.127 FromAnsi()
32.128 FromUnicode()
32.129 GarbageCollect()
32.130 GarbageCollectGetTimeLimit()
32.131 GarbageCollectSetTimeLimit()
32.132 GetActiveSheet()
32.133 GetAlignment()
32.134 GetApplication()
32.135 GetArgElement()
32.136 GetAutomationNativePointer()
32.137 GetCertificateLabel()
32.138 GetChildrenList()
32.139 GetColumn()
32.140 GetCommandDDE()
32.141 GetCommandDDEOrigin()
32.142 GetCompanyname()
32.143 GetContextKeywords()
32.144 GetContextService()
32.145 GetCredentialAttribute()
32.146 GetCurrentDirectory()
32.147 GetData()
32.148 GetDataDDE()
32.149 GetDataDDEOrigin()
32.150 GetDataPieExplode()
32.151 GetDataStyle()
32.152 GetDataValue()
32.153 GetDynamicDate()
32.154 GetDynamicDateTime()
32.155 GetDynamicNumber()
32.156 GetDynamicString()
32.157 GetDynamicTime()
32.158 GetEnvironment()
32.159 GetFileOpenName()
32.160 GetFirstSheet()
32.161 GetFixesVersion()
32.162 GetFocus()
32.163 GetFolder()
32.164 GetGlobalProperty()
32.165 GetHostObject()
32.166 GetItem()
32.167 GetItemAtPointer()
32.168 GetLastReturn()
32.169 GetLibraryList()
32.170 GetMajorVersion()
32.171 GetMessage()
32.172 GetMinorVersion()
32.173 GetName()
32.174 GetNativePointer()
32.175 GetNextSheet()
32.176 GetOrigin()
32.177 GetParagraphSetting()
32.178 GetParent()
32.179 GetPin()
32.180 GetRecordSet()
32.181 GetRemote()
32.182 GetSeriesStyle()
32.183 GetShortName()
32.184 GetSpacing()
32.185 GetStatus()
32.186 GetTextColor()
32.187 GetTextStyle()
32.188 GetToolbar()
32.189 GetToolbarPos()
32.190 GetTransactionName()
32.191 GetURLO()
32.192 GetVersionName()
32.193 Handle()
32.194 Hide()
32.195 Hour()
32.196 HyperLinkToURL()
32.197 Idle()
32.198 ImpersonateClient()
32.199 ImportClipboard()
32.200 ImportFile()
32.201 ImportString()
32.202 IncomingCallList()
32.203 Init()
32.204 InputFieldChangeData()
32.205 InputFieldCurrentName()
32.206 InputFieldDeleteCurrent()
32.207 InputFieldGetData()
32.208 InputFieldInsert()
32.209 InputFieldLocate()
32.210 InsertCategory()
32.211 InsertClass()
32.212 InsertColumn()
32.213 InsertData()
32.214 InsertDocument()
32.215 InsertFile()
32.216 InsertItem()
32.217 InsertItemFirst()
32.218 InsertItemLast()
32.219 InsertItemSort()
32.220 InsertObject()
32.221 InsertPicture()
32.222 InsertSeries()
32.223 Int()
32.224 Integer()
32.225 InternetData()
32.226 IntHigh()
32.227 IntLow()
32.228 InvokePBFunction()
32.229 _Is_A()
32.230 IsAlive()
32.231 IsAllArabic()
32.232 IsAllHebrew()
32.233 IsanyArabic()
32.234 IsAnyHebrew()
32.235 IsArabic()
32.236 IsArabicAndNumbers()
32.237 IsCallerInRole()
32.238 IsDate()
32.239 IsHebrew()
32.240 IsHebrewAndNumbers()
32.241 IsImpersonating()
32.242 IsInTransaction()
32.243 IsNull()
32.244 IsNumber()
32.245 IsPreview()
32.246 IsSecurityenabled()
32.247 IsTime()
32.248 IsTransactionAborted()
32.249 IsValid()
32.250 KeyDown()
32.251 LastPos()
32.252 Left()
32.253 LeftW()
32.254 LeftTrim()
32.255 LeftTrimW()
32.256 Len()
32.257 LenW()
32.258 Length()
32.259 LibraryCreate()
32.260 LibraryDelete()
32.261 LibraryDirectory()
32.262 LibrarydirectoryEx()
32.263 LibraryExport()
32.264 LibraryImport()
32.265 LineCount()
32.266 LineLength()
32.267 LineList()
32.268 LinkTo()
32.269 Log()
32.270 LogTen()
32.271 Long()
32.272 LongLong()
32.273 Lookup()
32.274 Lower()
32.275 LowerBound()
32.276 mailAddress()
32.277 mailDeleteMessage()
32.278 mailGetMessages()
32.279 mailHandle()
32.280 mailLogoff()
32.281 mailLogon()
32.282 mailReadMessage()
32.283 mailRecipientDetails()
32.284 mailResolveRecipient()
32.285 mailSaveMessage()
32.286 mailSend()
32.287 Match()
32.288 MatchW()
32.289 Max()
32.290 MemberDelete()
32.291 MemberExists()
32.292 MemberRename()
32.293 MessageBox()
32.294 Mid()
32.295 MidW()
32.296 Min()
32.297 Minute()
32.298 Mod()
32.299 ModifyData()
32.300 Month()
32.301 Move()
32.302 MoveTab()
32.303 _Narrow()
32.304 NextActivity()
32.305 Now()
32.306 ObjectAtPointer()
32.307 Object_To_String()
32.308 OffsetPos()
32.309 Open()
32.310 openChannel()
32.311 OpenSheet()
32.312 OpenSheetWithParm()
32.313 OpenTab()
32.314 OpenTabWithParm()
32.315 OpenUserObject()
32.316 OpenuserObjectwithParm()
32.317 OpenWithParm()
32.318 OutgoingCallList
32.319 PageCount()
32.320 PageCreated()
32.321 ParentWindow()
32.322 Paste()
32.323 PasteLink()
32.324 PasteRTF()
32.325 PasteSpecial()
32.326 Pi()
32.327 PixelsToUnits()
32.328 PointerX()
32.329 PointerY()
32.330 PopMenu()
32.331 PopulateError()
32.332 Pos()
32.333 PosW()
32.334 Position()
32.335 Post()
32.336 PostEvent()
32.337 PostURL()
32.338 Preview()
32.339 Print()
32.340 PrintBitmap()
32.341 PrintCancel()
32.342 PrintClose()
32.343 PrintDataWindow()
32.344 PrintDefineFont()
32.345 PrintGetPrinter()
32.346 PrintGetPrinters()
32.347 PrintLine()
32.348 PrintOpen()
32.349 PrintOval()
32.350 PrintPage()
32.351 PrintRect()
32.352 PrintRoundRect()
32.353 PrintScreen()
32.354 PrintSend()
32.355 PrintSetFont()
32.356 PrintSetPrinter()
32.357 PrintSetSpacing()
32.358 PrintSetup()
32.359 PrintSetupPrinter()
32.360 PrintText()
32.361 PrintWidth()
32.362 PrintX()
32.363 PrintY()
32.364 ProfileInt()
32.365 ProfileString()
32.366 Rand()
32.367 Randomize()
32.368 Read()
32.369 Real()
32.370 RegistryDelete()
32.371 RegistryGet()
32.372 RegistryKeys()
32.373 RegistrySet()
32.374 RegistryValues()
32.375 RelativeDate()
32.376 RelativeTime()
32.377 ReleaseAutomationNativePointer()
32.378 ReleaseNativePointer()
32.379 RemoveDirectory()
32.380 Repair()
32.381 Replace()
32.382 ReplaceW()
32.383 ReplaceText()
32.384 Reset()
32.385 ResetArgElements()
32.386 ResetDataColors()
32.387 Resize()
32.388 Resolve_Initial_References()
32.389 RespondRemote()
32.390 Restart()
32.391 ResumeTransaction()
32.392 Reverse()
32.393 RevertToSelf()
32.394 RGB()
32.395 Right()
32.396 RightW()
32.397 RightTrim()
32.398 RightTrimW()
32.399 RollbackOnly()
32.400 RollbackTransaction()
32.401 Round()
32.402 RoutineList()
32.403 Run()
32.404 Save()
32.405 SaveAs()
32.406 SaveDocument()
32.407 Scrool()
32.408 ScrollNextPage()
32.409 ScrollNextRow()
32.410 ScrollPriorPage()
32.411 ScrollPriorRow()
32.412 ScrollToRow()
32.413 Second()
32.414 SecondsAfter()
32.415 Seek()
32.416 SelectedColumn()
32.417 SelectedIndex()
32.418 SelectedItem()
32.419 SelectedLength()
32.420 SelectedLine()
32.421 SelectedPage()
32.422 SelectedStart()
32.423 SelectedText()
32.424 SelectionRange()
32.425 SelectItem()
32.426 SelectObject()
32.427 SelectTab()
32.428 SelectText()
32.429 SelectTextAll()
32.430 SelectTextLine()
32.431 SelectTextWord()
32.432 Send()
32.433 SeriesCount()
32.434 SeriesName()
32.435 SetAbort()
32.436 SetAlignment()
32.437 SetArgElement()
32.438 SetAutomationLocale()
32.439 SetAutomationPointer()
32.440 SetAutomationTimeout()
32.441 SetColumn()
32.442 SetComplete()
32.443 SetData()
32.444 SetDataDDE()
32.445 SetDataPieExplode()
32.446 SetDataStyle()
32.447 SetDropHighlight()
32.448 SetDynamicParm()
32.449 SetFirstVisible()
32.450 SetFocus()
32.451 SetGlobalProperty()
32.452 SetItem()
32.453 SetLevelPictures()
32.454 SetMask()
32.455 SetMessage()
32.456 SetMicroHelp()
32.457 SetNull()
32.458 SetOverlayPicture()
32.459 SetParagraphSetting()
32.460 SetPicture()
32.461 SetPointer()
32.462 SetPosition()
32.463 SetProfileString()
32.464 SetRange()
32.465 SetRecordSet()
32.466 SetRedraw()
32.467 SetRemote()
32.468 SetResultSet()
32.469 SetSeriesStyle()
32.470 SetSpacing()
32.471 SetState()
32.472 SetTextColor()
32.473 SetTextStyle()
32.474 SetTimeout()
32.475 SetToolbar()
32.476 SetToolbarPos()
32.477 SetTop()
32.478 SetTraceFileName()
32.479 SetTransPool()
32.480 SharedObjectDirectory()
32.481 SharedObjectGet()
32.482 SharedObjectRegister()
32.483 SharedObjectUnregister()
32.484 Show()
32.485 ShowHeadFoot()
32.486 ShowHelp()
32.487 ShowPopupHelp()
32.488 Sign()
32.489 SignalError()
32.490 Sin()
32.491 Sleep()
32.492 Sort()
32.493 SortAll()
32.494 Space()
32.495 Sqrt()
32.496 Start()
32.497 StartHotLink()
32.498 StartServerDDE()
32.499 State()
32.500 StepIt()
32.501 Stop()
32.502 StopHotLink()
32.503 StopServerDDE()
32.504 String()
32.505 String_To_Object()
32.506 SuspendTransaction()
32.507 SyntaxFromSQL()
32.508 SystemRoutine()
32.509 TabPostEvent()
32.510 TabTriggerEvent()
32.511 Tan()
32.512 Text()
32.513 TextLine()
32.514 Time()
32.515 Timer()
32.516 ToAnsi()
32.517 Today()
32.518 Top()
32.519 TotalColumns()
32.520 TotalItems()
32.521 TotalSelected()
32.522 ToUnicode()
32.523 TraceBegin()
32.524 TraceClose()
32.525 TraceDisableActivity()
32.526 TraceEnableActivity()
32.527 TraceEnd()
32.528 TraceError()
32.529 TraceOpen()
32.530 TraceUser()
32.531 TriggerEvent()
32.532 TriggerPBEvent()
32.533 Trim()
32.534 TrimW()
32.535 Truncate()
32.536 TrustVerify()
32.537 TypeOf()
32.538 Uncheck()
32.539 Undo()
32.540 UnitsToPixels()
32.541 UpdateLinksDialog()
32.542 Upper()
32.543 UpperBound()
32.544 Which()
32.545 WordCap()
32.546 WorkSpaceHeight()
32.547 WorkSpaceWidth()
32.548 WorkSpaceX()
32.549 WorkSpaceY()
32.550 Write()
32.551 XMLParseFile()
32.552 XMLParseString()
32.553 Year()
32.554 Yield()
第33章 常用的Windows API調用

本目錄推薦

掃描二維碼
Copyright ? 讀書網 ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網安備 42010302001612號