faqts : Computers : Programming : Languages : Delphi

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

19 of 23 people (83%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Delphi: Graphics: Format: How to show .bmp, .ico, .jpg, .jpeg, .gif files in an Image component?

Aug 24th, 2003 07:31
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden - 24 August 2003 - 04:26 pm -----------------------

Delphi: Graphics: Format: How to show .bmp, .ico, .jpg, .jpeg, .gif 
files in an Image component?

.bmp and .ico are the default graphic format to show when using a
TImage or DBImage component.

If you in addition want to show .jpg or .jpeg files, include
'Jpeg' in your 'uses' clause.

If you want to include .gif files also,
include 'AxCtrls' to your 'uses' clause.
And add some more source code:

Internet: source: http://www.google.com search for 'ToleGraphic 
Delphi': 

http://groups.google.com/groups?
q=ToleGraphic+Delphi&start=10&hl=en&lr=&ie=UTF-8&selm=3de64149%
40newsgroups.borland.com&rnum=11

----------------------------------------------------------------------