Jump to content

Evgeny Pol

Members
  • Posts

    13
  • Joined

  • Last visited

Evgeny Pol's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. >popup list is still showing the records related to 'Malvinas', expected to show records Like % 'Malvinas'. You wanted to say: ... expected to show records Like '%United'? The following code will help you procedure TMainForm.UniButton2Click(Sender: TObject); begin UniComboBox1.Clear; UniComboBox1.Text:='United'; UniComboBox1RemoteQuery(UniComboBox1.Text,UniComboBox1.Items); end;
  2. Really UniComboBox or UniDBComboBox? For UniDBComboBox: type TUniDBComboBox1=class(TUniDBComboBox) end; procedure TMainForm.UniFormCreate(Sender: TObject); begin TUniDBComboBox1(UniDBComboBox1).MinQueryLength:=0; end;
  3. You can set MinQueryLength=0
  4. The second day I see this message. When maintenance will end?
  5. Hi Where all these methods (or similar): ImageList1.Add(Bitmap,Mask); ImageList1.AddIcon(Icon); ImageList1.AddMasked(Bitmap,MaskColor); ImageList1.Delete(Index); Thanks.
×
×
  • Create New...