Einzelnen Beitrag anzeigen

Benutzerbild von sx2008
sx2008

Registriert seit: 15. Feb 2008
Ort: Baden-Württemberg
2.332 Beiträge
 
Delphi 2007 Professional
 
#2

AW: LibraryLocation festlegen

  Alt 23. Apr 2013, 11:14
Ich vermute mal dass mit LibraryLocation nur ein Pfad und nicht eine konkrete Datei gemeint ist.
Delphi-Quellcode:
procedure Tdbmodul.ZConnection1BeforeConnect(Sender: TObject);
begin
  ZConnection1.LibraryLocation:=ExtractFilePath(Application.ExeName)+'dll';
end;
  Mit Zitat antworten Zitat