TMultiImage Component
Unit
MultiImage.pas
Description
Description of component
TMultiImage is a TImage component that show images from a linked ImageList.
Set image by ImageIndex property or navigate with First / Next / Prior / Last methods.
Types List
Properties List
Methods List
Events List
About the author...
License agreement
No additional types are defined by this component.
This is the properties list defined with TMultiImage Component.
ImageIndex
Images
ImagesCount
Version
Plus, TMultiImage expose all properties of standard component.
Images determines which image is displayed from the linked ImageList.
property ImageIndex: Integer;
Description
Setting ImageIndex TMultiImage show the image from the linked ImageList.
ImageIndex start from 0 to ImageCount-1.
Determines which image list is associated with the MultiImage Component.
property Images: TCustomImageList;
Description
Images represent the linked ImageList that TMultiImage Component uses to get images from.
Specifies the number of images in the image list.
property Version: Integer;
Description
Use Count when iterating through the images in the linked image list or TMultiImage Component.
Version determines the version of component.
property Version: String;
Description
Version is a string which contain the version of component, formatted as follow:
Major.Minor.Release
Current version of component is 1.0.0.
This is the methods list defined with MultiImage Component.
First
Next
Prior
Last
Plus, TMultiImage expose all methods of standard component.
Go to the first image in ImageList.
procedure First;
Description
Use First method to go and display the first image (ImageIndex=0) from the linked image list.
Go to the next image in ImageList.
procedure Next;
Description
Use Next method to go and display the next image (ImageIndex=ImageIndex+1) from the linked image list.
Go to the previous image in ImageList.
procedure Prior;
Description
Use Prior method to go and display the previous image (ImageIndex=ImageIndex-1) from the linked image list.
Go to the last image in ImageList.
procedure Last;
Description
Use Last method to go and display the last image (ImageIndex=ImagesCount-1) from the linked image list.
No additional events are defined by this component.
MultiImage is a component written by me, Giuseppe Garzotto.
I'm a professional software developer living in Thiene, Horth Italy, not far from Venice.
I'm actually employeed in a software house working on developing of a large Quality Assurance Software Project, using visual tools (Visual Basic, DELPHI, Access) and Server Databases (Sql Server, ORACLE).
On my spare time, I enjoy use Delphi to make components and freeware and shareware software. I think that Delphi is the best development tool for Windows platform, and I hope, in future, not only for Windows.
To contact me, use:
snail-mail:
Giuseppe Garzotto
via dei Quartieri, 11
36016 - Thiene - VI
Italy.
e-mail:
double-g@goldnet.it
Use of TMultiImage is free for any private or commercial use.
However, if you think this component is useful, or if you want the source code, you may register sending me 5$ (or equivalent in your local currency) at the following address:
Giuseppe Garzotto
via dei Quartieri, 11
36016 - Thiene - VI
Italy.
with your name and your e-mail address. This, will put you in my mailing list, and send you information about new programs, utilities and components I release in public.
Plus, I'll be send to you all new version of this component.
Disclaimer Information
TMultiImage is provided AS IS without any warranty, expressed or implied. In no event will the programmer be liable to you or any
third party for any damages, including any loss of profit, lost of data or other incidental, consequential or special damages.
Copyright Notes
Copyright (c) 1999 Giuseppe Garzotto
http://www.geocities.com/SiliconValley/9183
double-g@goldnet.it