目錄
第一章 Power Script語言
1.1簡述應(yīng)用程序開發(fā)步驟
1.2語言基礎(chǔ)
1.2.1斷行續(xù)行與多條語句
1.2.2注釋
1.2.3標(biāo)識符
1.2.4特殊ASCII碼字符
1.2.5空值(NULL)
1.2.6代詞
1.2.7對象屬性函數(shù)和事件的引用方法
1.2.8保留字
1.3數(shù)據(jù)類型
1.3.1標(biāo)準(zhǔn)數(shù)據(jù)類型
1.3.2Any類型
1.3.3系統(tǒng)對象數(shù)據(jù)類型
1.3.4枚舉類型
1.4 說明語句及變量作用域
1.4.1變量說明
1.4.2數(shù)組說明
1.4.3常量說明
1.4.4外部函數(shù)說明
1.4.5數(shù)據(jù)庫存儲(chǔ)過程說明
1.4.6變量的作用域
1.5操作符
1.5.1算術(shù)操作符
1.5.2關(guān)系操作符
1.5.3邏輯操作符
1.5.4連接操作符
1.5.5操作符的優(yōu)先級
1.6創(chuàng)建與釋放對象實(shí)例
1.6.1創(chuàng)建對象實(shí)例
1.6.2釋放對象實(shí)例
1.6.3收集廢棄對象
1.7 賦值語句
1.8條件語句
1.8.1IF語句
1.8.2CHOOSECASE語句
1.9循環(huán)語句
1.9.1DO··LOOP循環(huán)
1.9.2FOR··NEXT循環(huán)
1.9.3GOTO語句
1.9.4EXIT(退出循環(huán))
1.9.5CONTINUE(繼續(xù)循環(huán))
1.9.6循環(huán)嵌套
1.10返回語句與終止程序運(yùn)行
1.10.1RETURN語句
1.10.2HALT語句
1.10CALL語句
1.11嵌入式SQL語句
1.11.1建立和斷開與數(shù)據(jù)庫的連接
1.11.2提交與回滾事務(wù)
1.11.3單行檢索語句SELECT
1.11.4插入語句INSERT
1.11.5刪除語句DELETE
1.11.6修改語句UPD ATE
1.11.7檢查SQL語句執(zhí)行情況
1.11.8讀取多行數(shù)據(jù)
1.11.9動(dòng)態(tài)SQL
1.11.10SELEC TBLOB語句
第二章系統(tǒng)函數(shù)
2.1數(shù)組函數(shù)
2.1.1Lower Bound0
2.1.2Upper Bound()
2.2Blob(大二進(jìn)制對象)函數(shù)
2.2.1BlobO
2.2.2Blob Edit()
2.2.3Blob Mid()
2.2.4Len()
2.2.5String()
2.3數(shù)據(jù)類型檢查與轉(zhuǎn)換函數(shù)
2.3.1AscO
2.3.2Char( )
2.3.3Dec()
2.3.4Double()
2.3.5Integer()
2.3.6Long()
2.3.7Real()
2.3.8Date()
2.3.9Date Time()
2.3.l0Is Date()
2.3.11Is Null()
2.3.12Is Number()
2.3.l3Is Time()
2.3.14String()
2.3.l5Time()
2.4日期、時(shí)間函數(shù)
2.4.1Day()
2.4.2Day Name()
2.4.3Day Number()
2.4.4Days After()
2.4.5Hour()
2.4.6Minute()
2.2.7Month()
2.4.8Now()
2.4.9Relative Date()
2.4.lORelative Time()
2.4.11Second()
2.4.12Today()
2.4.13Year()
2.5 DDE客戶函數(shù)
2.5.1Close Channel()
2.5.2Exec Remote()
2.5.3Get Data DDE()
2.5.4Get Data DDE Origin()
2.5.5Get Remote()
2.5.6Open Channel()
2.5.7Respond Remote()
2.5.8Set Remote()
2.5.9Start Hot Link()
2.5.l0 Stop Hot Link()
2.6 DDE服務(wù)器函數(shù)
2.6.!Get Command DDEO
2.6.2Get Command DDE Origin()
2.6.3Get Data DDE()
2.6.4Get Data DDE Origin(0
2.6.5Respond Remote()
2.6.6Set Data DDE()
2.6.7Start Server DDE()
2.6.8Stop Server DDE()
2.7 文件操作函數(shù)
2.7.1File Close()
2.7.2File Delete()
2.7.3File Exists()
2.7.4File Length()
2.7.5File Open()
2.7.6Pile Read()
2.7.7File Seek()
2.7.8File Write()
2.7.9Get File Open Name()
2.7.l0 Get Pile Saves Name()
2.8 國際化函數(shù)
2.8.1Is All Arabic()
2.8.2isAU Hebrew()
2.8.3Is Any Arabic()
2.8.4Is Any Hebrew()
2.8.5Is Arabic()
2.8.6Is Arabic And Numbers()
2.8.7Is Hebrew()
2.8.8Is Hebrew And Numbers()
2.8.9Reverse()
2.8.l0To Ansi()
2.8.11To Unicode()
2.9庫管理函數(shù)
2.9.1LibraryCreate()
2.9.2LibraryDelete()
2.9.3LibraryDirectory()
2.9.4LibraryExport()
2.9.5Librarylmpon()
2.10 數(shù)值計(jì)算函數(shù)
2.10.1Abs()
2.10.2Ceiling()
2.10.3Cos()
2.10.4Exp()
2.10.5Pact()
2.10.6Int()
2.10.7Log()
2.10.8LogTen()
2.10.9Max()
2.10.10Min()
2.10.11Mod()
2.10.12Pi()
2.10.13Rand()
2.10.14Randomize()
2.10.15Round()
2.10.16Sign()
2.10.17Sin()
2.10.18Sqrt()
2.10.19Tan()
2.10.20TruncateO
2.11打印函數(shù)
2.11.1Print()
2.11.2Print Bitmap()
2.11.3Print Cancel()
2.11.4Print Close()
2.11.5Print Data Window()
2.11.6Print Defme Font()
2.11.7Print Line()
2.11.8Print Open()
2.11.9Print Oval()
2.11.10Print Page()
2.11.11Print Rect()
2.11.12Print Round Rect()
2.11.13Print Screen()
2.11.14Print Send()
2.11.15Print Set Font()
2.11.16Print Set Spacing()
2.11.17Print Setup()
2.11.18Print Text()
2.11.19Print Width()
2.11.20Print X()
2.11.21Print Y()
2.12注冊(Registry)函數(shù)
2.12.1Registry Delete()
2.12.2Registry Get()
2.12.3Registry Keys()
2.12.4Registry Set()
2.12.5RegistryValues()
2.13字符串操作函數(shù)
2.13.1Fill()
2.13.2Left()
2.13.3Left Trim()
2.13.4Len()
2.13.5Lower()
2.13.6Match()
2.13.7Mid()
2.13.8Pos()
2.13.9Replace()
2.13.10Right()
2.13.11Right Trim()
2.13.12Space()
2.13.13Trim()
2.13.14Upper()
2.14系統(tǒng)與環(huán)境函數(shù)
2.14.1CUp boani()
2.14.2Command Pam()
2.14.3Do Script()
2.14.4Get Application()
2.14.5Get Environment()
2.14.6Get Focus()
2.14.7Post()
2.14.8Profile Int()
2.14.9Profile String()
2.14.10Restart()
2.14.11Run()
2.14.12Send()
2.14.13SetPro file String()
2.14.14ShowHelp()
2.14.15Signal Error
2.14.16Yield
2.15定時(shí)操作函數(shù)
2.15.1CPU
2.15.2Idle
2.15.3Timer
2.16打開與關(guān)閉窗口
2.16.1Close()
2.16.2Close With Return
2.16.3Open
2.16.4OpenSheet
2.16.5OpenS heetWi thParm
2.16.6Open WithParm
2.17其它系統(tǒng)函數(shù)
2.17.1Beep)
2.17.2Class Name
2.17.3Debug Break
2.17.4IntHigh
2.17.5IntLow
2.17.6IsValid()
2.17.7KeyDown
2.17.8Message Box
2.17.9Pixels To Units
2.17.10Populate Error
2.17.11RGB
2.17.12Set Null
2.17.13Set Pointer
2.17.14Signal Error
2.17.15Units To Pixels
第三章 對象的屬性、事件和函數(shù)
3.1公共對象函數(shù)
3.1.1ClassName
3.1.2Drag
3.1.3Get Context Service
3.1.4Get Parent
3.1.5Hide
3.1.6Move
3.1.7PointerX
3.1.8PointerYa
3.1.9PostEvent
3.1.10Print
3.1.11Resize
3.1.12SetFocus
3.1.13SetPosition
3.1.14SetR edraw0
3.1.15Show
3.1.16Trig ger Event
3.1.17Type Of
3.2應(yīng)用對象(Application)
3且1應(yīng)用對象的屬性
3.2.2應(yīng)用對象的事件
3.2.3應(yīng)用對象的函數(shù)
Set Lib rary List
Set Trans Pool
3.3數(shù)組邊界(Array Bounds)對象
3.3.1數(shù)組邊界對象的屬性
3.3.2數(shù)組邊界對象的函數(shù)
3.4類定義(Class Definition)對象
3.4.1類定義對象的屬性
3.4.2類定義對象的函數(shù)
Find Matching Function
3.5上下文信息(Context Information)對象
3.5.1上下文信息對象的屬性
3.5.2上下文信息對象的事件
3..3上下文信息對象的函數(shù)
Get Company Name
Get Fixes Version
Get Host Object
Get Major Version
Get Minor Version
Get Name
Get Short Name
Get Version Name
3.6上下文關(guān)鍵字(Context Keyword )對象220
3.6.1上下文關(guān)鍵字對象的屬性
3.6.2上下文關(guān)鍵字對象的事件
3.6.3上下文關(guān)鍵字對象的函數(shù)
Get Context Keywords
3.7C++(CPlus Plus)對象
3.7.1C++對象的屬性
3.7.2C++對象的事件
3.7.3C++對象的函數(shù)
3.8數(shù)據(jù)存儲(chǔ)(Data Store)對象
3.8.1數(shù)據(jù)存儲(chǔ)對象的屬性
3.8.2數(shù)據(jù)存儲(chǔ)對象的事件
3.8.3數(shù)據(jù)存儲(chǔ)對象的函數(shù)
3.9子數(shù)據(jù)窗口(Data Window Child)對象
3.9.1子數(shù)據(jù)窗口對象的函數(shù)
3.10動(dòng)態(tài)描述區(qū)
(Dynamic Description Area)對象.
3.10.1動(dòng)態(tài)描述區(qū)對象的屬性
3.10.2動(dòng)態(tài)描述區(qū)對象的事件
3.10.3動(dòng)態(tài)描述區(qū)對象的函數(shù)
Get Dynamic Date0
Get Dynamic DateTime
Get Dynamic Number()
Get Dynamic String
Get Dynamic Time
Set Dynami cParm0
3.11 Dynamic Staging Area對象
3.11.1Dynamic Staging Area對象的
事件
3.11.2Dynamic Staging Area對象的
函數(shù)
3.12枚舉定義(Enumeration Definition)
對象
3.12.1枚舉定義對象的屬性
3.12.2枚舉定義對象的函數(shù)
3.13枚舉項(xiàng)定義
(Enumeration Item Definition)對象
3.13.1枚舉項(xiàng)定義對象的屬性
3.13.2枚舉項(xiàng)定義對象的函數(shù)
3.14環(huán)境(Environment)對象
3.14.1環(huán)境對象的屬性
3.14.2環(huán)境對象的函數(shù)
3.15出錯(cuò)(Error)對象
3.15.1出錯(cuò)對象的屬性
3.15.2出錯(cuò)對象的事件
3.15.3出錯(cuò)對象的函數(shù)
3.16grAxis對象
3.16.1grAxis對象的屬性
3.16.2grAxis對象的函數(shù)
3.17grDisPAttr對象
3.17.1grDispAttr對象的屬性
3.17.2grDispAttr對象的函數(shù)
3.18Inet對象
3.18.1Inet對象的屬性
3.18.2Inet對象的事件
3.18.3Inet對象的函數(shù)
Get URL
Hyper Link To URL
Post URL
3.19InternetResult對象
3.19.1Internet Result對象的屬性
3.19.2Internet Result對象的事件
3.19.3Internet Resu1t對象的函數(shù)
Internet Data
3.20List View Item對象
3.20.1List View Item對象的屬性
3.20.2List View Item對象的函數(shù)
3.21mail File Descri ption對象
3.21.1mail File Descri ption對象的屬性
3.21.2maiI File Descri ption對象的函數(shù)
3.22郵件消息(mail Message)對象
3.22.1郵件消息對象的屬性
3.22.2郵件消息對象的函數(shù)
3.23郵件接收者(mail Recipient)對象
3.23.1郵件接收者對象的屬性
3.23.2郵件接收者對象的函數(shù)
3.24郵件會(huì)話(mail Session)對象
3.24.1郵件會(huì)話對象的屬性
3.24.2郵件會(huì)話對象的事件
3.24.3郵件會(huì)話對象的函數(shù)
mail Address
mail Delete Message
mail Get Messages
mail Handle
mail Logoff
mail Logon
mail Read Message
mail Recipient Details
mail Resolve Recipient
mail Save Message
mail Send
3.25MDI Client對象
3.25.1MDI Client對象的屬性
3.25.2MDI Client對象的函數(shù)
3.26菜單(Menu)對象
3.26.1菜單對象的屬性
3.26.2菜單對象的事件
3.26.3菜單對象的函數(shù)
Check
Disable
Enable
PopMenu
Uncheck()
3.27Menu Cascade對象
3.27.1Menu Cascade 對象的屬性
3.27.2Menu Cascade對象的事件
3.27.3Menu Cascade對象的函數(shù)
3.28消息(Message)對象
3.28.1消息對象的屬性
3.28.2消息對象的事件
3.28.3消息對象的函數(shù)
3.29OLEObject對象
3.29.1OLE Object對象的事件
3.29.2OLE Object對象的函數(shù)
Connect To New Object
Connect To Object
Disconnect Object
Get Automation Native Pointer0
Release Automation Native Pointer0
Set Automation Locale
3.30OLES torage對象
3.30.1OLES torage對象的屬性
3.30.2OLES torage對象的事件
3.30.3OLES torage對象的函數(shù)
Clear
Close
Member Delete
Member Exists0
Member Rename
Open
Save
SaveAs()
3.31OLEStream對象
3.31.1OLEStream對象的屬性
3.31.2OLEStream對象的事件
3.31.3OLEStream對象的函數(shù)
Close
Length
Open
Read
write
3.32管道(Pipeli ne)對象
3.32.1管道對象的屬性
3.32.2管道對象的事件
3.32.3管道對象的函數(shù)
Cancel
Repair
Start
3.33Profile Call對象
3.33.1Profile Call對象的屬性
3.33.2Profile Call對象的函數(shù)
3.34Profile Class對象
3.34.1Profile Class對象的屬性
3.34.2Profile Class對象的函數(shù)
Routine List
3.35Profile Line對象
3.35.1Profile Line對象的屬性
3.35.2Profile Line對象的函數(shù)
Out Going Call List
Routine List)
3.36Profile Routine對象
3.36.1profile Routine對象的屬性
3.36.2ProfileRou tine對象的函數(shù)
In coming Call List
Line List
Out going Call List
3.37Profiling對象
3.37.1Profiling 對象的屬性
3.37.2Profiling對象的函數(shù)
Build Mode1
Class List
Deveroy Model
Routine List
Set Trace File Name
SystemRoutine
3.38Script Definition對象
3.38.1Script Definition對象的屬性
3.38.2Script Definition對象的函數(shù)
3.39定時(shí)(Timing)對象
3.39.1定時(shí)對象的屬性
3.39.2定時(shí)對象的事件
3.39.3定時(shí)對象的函數(shù)
Start
Stop
3.40 事務(wù)(Transaction)對象
3.40.1事務(wù)對象的屬性
3.40.2事務(wù)對象的事件
3.40.3事務(wù)對象的函數(shù)
DBHandle
Syntax From SQL
3.41TreeViewItem對象
3.41.1Tree ViewItem對象的屬性
3.41.2Tree ViewItem對象的函數(shù)
3.42 類型定義(TypeDefinition)對象
3.42.1類型定義對象的屬性
3.42.2類型定義對象的函數(shù)
3.43VariableCardinalityDefinition對象
3.43.1VariableCardinalityDefinition對象
的屬性
3.43.2VariableCardinalityDefinition對象
的函數(shù)
3.44變量定義(VariableDefinition)對象
34.4.1變量定義對象的屬性
3.44.2變量定義對象的函數(shù)
3.45窗口(Window)對象
3.45.1窗口對象的屬性
3.45.2窗口對象的事件
3.45.3窗口對象的函數(shù)
Arrange Sheets
Change Menu
Close User Object
Get Active Sheet()
Get First Sheet
Get Next Sheet
Get Tool bar
Get Tool barPos
Open User Object
Open User Object WithParm
Parent Window
Set Micro Help
SetToolbar0
Set Toolbar Position
Work Space Height
Work Space Width0
Wor kSpaceX
Work SpaceY
第四章 控件的屬性、事件和函數(shù)
4.1單行編輯框(Single Line Edit)
4.1.1單行編輯框控件的屬性
4.1.2單行編輯框控件的事件
4.1.3單行編輯框控件的函數(shù)
CanUndo
Clear
Copy
Cut
Paste
Position
ReplaceText()
Selected Length
Selected Start
Selected Text
Select Text()
Undo
4.2 多行編輯框(MultiLineEdit)
4.2.1多行編輯框的屬性
4.2.2 多行編輯框的事件
4.2.3多行編輯框的函數(shù)
Can Undo
Clear
Copy
Cut
Line Count0
Line Length0
Paste()
Position
Replace Text)
Scroll
Selec tedLength()
Selec tedLine0
Selec tedStart()
Selected Text
Select Text
Text Line
Undo
4.3 編輯掩碼(EditMask)控件
4.3.1編輯掩碼控件的屬性
4.3.2 編輯掩碼控件的事件
4.3.3編輯掩碼控件的函數(shù)
CanUndo
Clear
Copy
Cut
GetData
LineCount()
LineLength
Paste0
Position
Rep1aceTe xt
Scroll()
SelectedLength
SelectedStart
SelectedText
SelectText
SetMask
TextLine
UndO
4.4 超文本編輯框 (Rich Text Edit)
4.4.1超文本編輯框的屬性
4.4.2 超文本編輯框的事件
4.4.3超文本編輯框的函數(shù)
Can Undo
Clear()
Copy
CopyRTF
Cut
Data Source
Find
Find Next
Get Alignment
Get Paragraph Setting0
Get Spacing0
Get TextColor
Get Text Style
Input Field Change Data0
Input Field Current Name
Input Field Delete Current
Input Field Get Data
InputFieldInsert0
InputFieldLocate0
InsertDocument
Insert Picture
Is Preview0
Line Count
Line Length
Page Count
Paste
Paste RTF
Position
PreView
Print
Rep1aceTe xt
Sove Document0
Scroll
Scroll NextPage
Scroll NetRow0
Scroll PriorPage
Scroll PriorRow
Scroll ToRow
Selected Column
Selected Length
Selected Line
Selected Page
Selected Start
Selected Text
Select Text
Select Text All
Select Text Line
Select Text Word
Set Align menz()
Set Paragraph Setting
Set Spacing
Set Text Color0
Set Text Style()
Show Head Foot)
Text Line
Undo
4.5靜態(tài)文本(StaticText)控件
4.5.1靜態(tài)文本控件的屬性
4.5.2靜態(tài)文本控件的事件
4.5.3靜態(tài)文本控件的函數(shù)
4.6圖片框(Picture)控件
4.6.1圖片框控件的屬性
4.6.2圖片框控件的事件
4.6.3 圖片框控件的函數(shù)Draw0
Set Picture
4.7統(tǒng)計(jì)圖(Graph)控件
4.7.1統(tǒng)計(jì)圖控件的屬性
4.7.2統(tǒng)計(jì)圖控件的事件
4.7.3統(tǒng)計(jì)圖控件的函數(shù)
Add Category
Add Data
Add Series
Category Count0
Category Name
Clipboard
DataCount0
Delete Category
Delete Data
Delete Series
Find Category
FindSeries
Get Data
Get Data Pie ExPlode
Get Data Style
Get Data Value()
Get Series Style
Import Clipboard0
Import File
Import String0
Insert Category
Insert Data
Insert Series0
Modify Data
Object At Pointer
Reset
Reset Data Colors
Save As
Series Count()
Series Name
Set DataPie Explode
Set Data Style
Set Series Style
4.8用戶對象(User Cbject)控件
StDev
StDevP
SuM
Var
VarP
6.3.2數(shù)據(jù)類型檢查與轉(zhuǎn)換函數(shù)
Asc
Char
Integer
Is Date0
Is Null
Is Number
Is Time0
Long0
Number
6.3.3數(shù)據(jù)窗口信息函數(shù)
Current Row
Describe
Get Row0
Get Text
Is Row Modified
Is Row New
Is Selected
Look Up Display
Page
Page Across0
page Count
Page Count Across
Row Count
Row Heigh t0
6.3.4日期時(shí)間函數(shù)
Date()
Date Time
Day()
Day Name
Day Number
Days After
Hour
Minute0
Month
Now
Relative Date0
Relative Time
Second
Seconds After
Time
Today
Year
6.3.5數(shù)值運(yùn)算函數(shù)
6.3.6字符串操作函數(shù)
Word Cap
6.3.7交叉表函數(shù)
CrosstabAvg
Crosstab Count
Crosst abMax
Crosst abMin
Crosst abSum
6.3.8其它畫筆函數(shù)
Bit map
Case
If
附錄 索引