DBLookupComboBox
I want after form show select the first item of DBLookuoComboBox
Please Help Me Thanks
Please Help Me Thanks
The place to exchange ideas and experiences on Delphi programming
http://forum.delphiarea.com/
Form1.OnShow;
begin
DBLookupComboBox.Items.Index:=0;
end;DBLookupComboBox.ItemIndex:=0;