Jump to content


Photo

[TRUCO DELPHI] Verificar si el BDE esta Instalado.


  • Please log in to reply
No replies to this topic

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 posts
  • Location127.0.0.1

Posted 01 December 2016 - 07:56 AM

[TRUCO DELPHI] Verificar si el BDE esta Instalado.

 

BDE = Borland Database Engine.


delphi
  1. uses
  2. Bde;
  3.  
  4. function BDEInstalled: Boolean;
  5. begin
  6. Result := (dbiInit(nil) = 0);
  7. end;

Saludos!


  • 1




IP.Board spam blocked by CleanTalk.