unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, G
通過 ISuperObject.AsObject 可獲取一個 TSuperTableString 對象. TSuperTableString 的常用屬性:
通過 ISuperObject.GetEnumerator 可獲取一個 TSuperEnumerator 對象. TSuperEnumerator 主要
通過 SuperObject 的公用函數 SO 實現一個 ISuperObject 接口非常方便; 前面都是給它一個字符串參數, 它的參數可以是任一類型甚
SuperObject 文件包中還有一個 SuperXMLParser 單元, 可以從 XML 中解析出 ISuperObject.
本例測試效果圖: 圖片看不清楚?請點擊這裡查看原圖(大圖)。 代碼文件:unit Unit1; interface uses Windows,
同上例類似, 通過 http://clIEnts1.google.cn/complete/search?&q= + 關鍵字 可以獲取 Google
調用 Google 翻譯的地址格式: http://ajax.googleapis.com/AJax/services/language/translate
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, G
最近准備學習 DirectSound、DirectMusic、DirectShow, 但剛一接觸就碰到了關於 Wave 文件的諸多問題, 只好先回頭學學 W
Wave 文件的前 12 個字節可以這樣描述:TRiff = record ckId : DWord; {RIFF} ckSize : DWord;
AdjustWindowRectEx 用在了 Forms、DBCtrls 單元. AdjustWindowRectEx 可以根據窗口樣式獲取的邊緣尺寸.
AlphaBlend 是指定圖像混合透明的函數, 在 Graphics、GraphUtil、RibbonStyleActnCtrls 單元用到. 下面的測
BeginDeferWindowPos 和 DeferWindowPos、EndDeferWindowPos 是一組一起使用的函數, 可對一組窗口的位置、大
BeginPath {路徑開始} EndPath {路徑結束} StrokePath {繪制路徑} FillPath {填充路
相似函數: ScaleWindowExtEx、ScaleVIEwportExtEx 本例效果圖: 代碼文件:unit Unit1; interface