Function Entry: VL-LOAD-COM
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-LOAD-COM
Name
vl-load-com
Class
Visual LISP Function
Syntax
(vl-load-com)
Description
Initializes ActiveX support for AutoLISP and loads the relevant extension environment.
Return Values
Host-defined success value.
Side Effects
Enables the ActiveX/COM extension layer in environments that support it.
Compatibility
- Windows-only in Autodesk documentation
- may map to broader compatibility/emulation behavior in clautolisp
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [AutoLISP Extensions Reference (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/KOR/AutoCAD-LT-AutoLISP-Reference/files/GUID-07C3599E-EC87-4EC0-8F0B-8DE4BD150A64.htm)
- Status: documented.