Ver Mensaje Individual
  #3  
Antiguo 04-12-2012
Avatar de nlsgarcia
[nlsgarcia] nlsgarcia is offline
Miembro Premium
 
Registrado: feb 2007
Ubicación: Caracas, Venezuela
Posts: 2.206
Reputación: 21
nlsgarcia Tiene un aura espectacularnlsgarcia Tiene un aura espectacular
bulc,

Component Information:
Cita:
Derived from TComboBox and TListBox respectively. Both with the following added:

Properties:
-Images - Select an ImageList for using its images, for example:
ImgListBox1.Images := ImageList1;

-TransparentColor
- Select the color to display as transparent in the combobox

Procedure:
-SetImageIndex(ItemIndex : Integer; ImageIndex : Integer) - Sets the ImageIndex of a specific item, for example:
ImgComboBox1.SetImageIndex(0,12); This will Set the ImageIndex of Item number 0 in the ImgComboBox to 12
Espero sea útil

Nelson.

Última edición por nlsgarcia fecha: 05-12-2012 a las 00:09:15.
Responder Con Cita