Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

[Delphi] DBGrid中使用TImage顯示圖片

Posted on 2012 年 3 月 1 日 by febr
原本是使用TBitmap,但這樣會造成User在進入程式再去抓圖片進去,會有找不到路徑的問題;
且TBitmap為非可視元件,沒辦法做出像TImage的隱藏(Visible:=False)於form中,再用程式去讀出的方式。


使用TBitmap:
Pic := TBitmap.Create;
......

DBGrid1.Canvas.StretchDraw(Rect, Pic);


使用TImage:
DBGrid1.Canvas.StretchDraw(Rect, Image1.Picture.Bitmap);


參考資料: http://stackoverflow.com/questions/1593277/how-to-draw-on-the-entire-area-of-a-resized-timage-in-delphi

KeyWord:

delphi Timage canvas

Image1.Picture.Bitmap.Width := Image1.Width;

 

 

 

 

發佈留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme