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
----------------------------------------------------------------------