Skip to main content
All docs
V25.2
  • General Recommendations

    This section contains general recommendations on app creation using DevExpress components.

    DevExpress Components in DLL Projects
    This topic contains information on using DevExpress VCL components in Borland Package Libraries (BPLs) and standard dynamic link libraries (DLLs). BPLs require no additional initialization/finalization code (recommended) while DLLs require dedicated dxInitialize and dxFinalize calls at specific moments (as demonstrated in the code example listed in this topic).
    See Also