Delphi實現動態修改顯示器分辨率(2)
序代碼如下:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes,
用delphi獲取主板BIOS信息(2)
3、讀取BiOS信息 {程序使用Windows 95/2000平台,自動檢測系統類型,然後進行不同調用}uses BiOSHelp;procedure TFo
Delphi中為TreeView添加單選和復選框(2)
(2)當鍵盤選擇時,代碼如下:procedure TForm1.TreeVIEw1KeyDown( Sender: TObject; var Key:
Delphi2007新功能-有限的棧對象(2)
可以看出,確實可以和C++一樣定義一個局部record對象(不需要動態建立),而且可以使用該對象的方法和屬性,請看TForm1.Button1Click方法的
Delphi與DirectX之DelphiX(1):安裝測試(2)
代碼文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, G
Delphi與DirectX之DelphiX(1):安裝測試(3)
窗體文件:object Form1: TForm1 Left = 0 Top = 0 Caption = Form1 ClIEntHeight = 206 C
Delphi與DirectX之DelphiX(2):DelphiX各單元概覽(2)
DXDraws 單元TBlitTBlitMoveEventTCustomDXDrawTCustomDXImageListTD2DTD2DTextureFilt
Delphi與DirectX之DelphiX(2):DelphiX各單元概覽(3)
DIB 單元TColorLinePixelGeometryTColorLineStyleTCustomDXDIBTCustomDXPaintBoxTDIBTD
Delphi與DirectX之DelphiX(2):DelphiX各單元概覽(4)
DXSounds 單元TAudioFileStreamTAudiOStreamTAudiOStreamNotifyTCustomDXSoundTCustomD
Delphi與DirectX之DelphiX(2):DelphiX各單元概覽(6)
DXSprite 單元TBackgroundSpriteTCollisionEventTCustomDXSpriteEngineTDrawEventTDXSp
Delphi與DirectX之DelphiX(3):初識TDXDraw(2)
代碼文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, G
Delphi與DirectX之DelphiX(3):初識TDXDraw(3)
窗體文件:object Form1: TForm1 Left = 0 Top = 0 Caption = Form1 ClIEntHeight = 127 C
Delphi與DirectX之DelphiX(4):初識TDXTimer(2)
代碼文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, G
Delphi與DirectX之DelphiX(4):初識TDXTimer(3)
窗體文件:object Form1: TForm1 Left = 0 Top = 0 Caption = Form1 ClIEntHeight = 206 C