filmov
tv
DLL in Delphi || Static Loading DLL | Delphi Static linking of DLL | How to program DLL | Delphi DLL

Показать описание
This video helps you to understand, how to call a method from DLL (Dynamic Link Library) that is written in Delphi. A DLL acts as a shared library of functions that can be called upon by numerous applications and other DLLs. Delphi lets you create and use DLLs so that you can call these functions at will. However, you must import these routines before you can call them.