Jump to content

delphici

uniGUI Subscriber
  • Posts

    8
  • Joined

  • Last visited

Everything posted by delphici

  1. delphici

    build 943

    Query Run Time Field DisplayFormat Unit uses add Data.DB, procedure Form1.UniButton1Click(Sender: TObject); begin with Query1 do begin Close; SQL.Clear; SQl.Add('Select * from Table'); open; end; TFloatField(Query1.FieldByName('FieldName')).DisplayFormat :='###,###'; if not Query1.IsEmpty then begin UniDBGrid1.DataSource := DataSource1; end else begin UniDBGrid1.DataSource := nil; end; end;
  2. 0.89.0.950 versiyon ile eklediğim projeyi derlendiğinde sorun yok fakat 0.90.0.967 versiyon ile derleyince kullanıcı adı ve şifre girişi bulunan iki edit var kullanıcı adı ve şifreye Örnek : deneme deneme Yazdığımda : deneme denem şeklinde tanıyor. editler arasında tab tuşuyla geçiyorum. editlerin içindeki son harfi kesiyor.
  3. Elimden geldiğince yardımcı olurm.

  4. Sample Delphi XE2 creat Devexpress 2011 vol 2.3 cxGridExcelExportSample.rar
  5. Thank you for your interest trying component
  6. TUniCustomComboBox Adapted by the component when you know.
  7. Thank you for your interest. When you know which adapts TUniCustomComboBox very important to me
  8. I turn from google translate I need a new combobox Adapted UniNewComboBox I give to you Do you know an instance. combobox have this feature in se select IDNumber, Country from Table ComboBox.Items.Add(FieldByName('Country').AsString); ComboBox.ValueList.Add(FieldByName('IDNumber').AsString); ComboBoxYeni.rar
×
×
  • Create New...