[Lazarus] How to select Item from a TComboBox list and compare it

Eric Kom erickom at metropolitancollege.co.za
Thu Jan 10 17:11:35 CET 2013


Good day,

I wrote a procedure DisplayFeesList, please how can I read an Item from 
a TComboBox type list and then compare it to a string.


procedure DisplayFeesList(Sender: TObject);
begin
      if  cbbBoarderType.Items.Text='Yes'  then begin
       cbbFeesList.Clear;
       cbbFeesList.Enabled:=True;
       cbbFeesList.AddItem(32500, 35000);
    end;
end;

-- 
Kind Regards

Eric Kom

System Administrator & Programmer - Metropolitan College
  _________________________________________
/ You are scrupulously honest, frank, and \
| straightforward. Therefore you have few |
\ friends.                                /
  -----------------------------------------
    \
     \
         .--.
        |o_o |
        |:_/ |
       //   \ \
      (| Kom | )
     /'\_   _/`\
     \___)=(___/

2 Hennie Van Till, White River, 1240
Tel: 013 750 2255 | Fax: 013 750 0105 | Cell: 078 879 1334
erickom at kom.za.net | erickom at metropolitancollege.co.za
www.kom.za.net | www.kom.za.org | www.erickom.co.za

Key fingerprint: 513E E91A C243 3020 8735 09BB 2DBC 5AD7 A9DA 1EF5





More information about the Lazarus mailing list