Recent content by fsloredo

  1. F

    Конвертация

    Anyway you could do something like function myBoolToStr(v: boolean): string; begin Result := ifthen(v, 'true', 'false'); end; In this example you could change true and false to whatever you want to.
  2. F

    Проверка ввода данных... Введено или нет.

    I'm not sure about your goals but as suggestion I think you maybe should put myquery1.Execute after an else command to get a efficient code, or use Exit; or Abort; after show the error dialog.
  3. F

    Absolute Database и сортировка

    I'm not sure if I understood your question (I'm using Google Translator) but you could use something like this https://pt.wikipedia.org/wiki/Quicksort#Pascal too
  4. F

    Rad Studio XE RTM

    XE Crack After try many cracks finally http://www.4shared.com/file/-kL68h13/ativador_delphi_2011.html end; Works with Update1.v15.0.3953.35171 version ;-)
Top