Subject RES: [IBO] IB_LookupCombo: Rows with different color
Author Luiz

Hi,

Maybe something as:

type

  THackCustomGrid = class( TIB_Grid );

 

 

procedure Tfm_nh_clientes.IB_LookupCombo1DropDown(Sender: TObject);

begin

    THackCustomGrid((Sender as TIB_LookupCombo).PopupList).OnGetCellProps:=YourCeelProps Method

end;

 

 

Luiz

De: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Enviada em: quinta-feira, 15 de maio de 2014 18:04
Para: ibobjects@yahoogroups.com
Assunto: [IBO] IB_LookupCombo: Rows with different color

 




Hi, is it possible to set the row color (or the font color) according with the data is being displayed?

 

I did something like this with ib_grid, using  OnGetCellProps, but I don't know if it's possible in lookupcombo.


[]s
Andrei