ActiveX - Definition. Was ist ActiveX
Diclib.com
Online-Wörterbuch

Was (wer) ist ActiveX - definition

SOFTWARE FRAMEWORK CREATED BY MICROSOFT
Active X; Activex; ActiveX control; ActiveX Control; Activex control; ActiveX component; Colusa Software; ActiveXObject; Active-x; Active x; MFC ActiveX Control; ActiveX Object; ActiveX server; ActiveX client

ActiveX         
<programming> A type of COM component that can self-register, also known as an "ActiveX control". All COM objects implement the "IUnknown" interface but an ActiveX control usually also implements some of the standard interfaces for embedding, user interface, methods, properties, events, and persistence. ActiveX controls were originally called "OLE Controls", and were required to provide all of these interfaces but that requirement was dropped, and the name changed, to make ActiveX controls lean enough to be downloaded as part of a web page. Because ActiveX components can support the OLE embedding interfaces, they can be included in web pages. Because they are COM objects, they can be used from languages such as Visual Basic, Visual C++, Java, VBScript. ["Understanding ActiveX and OLE", David Chappell, MS Press, 1996]. http://microsoft.com/com/tech/activex.asp. (2002-04-19)
ActiveX Data Objects         
COMPONENT OBJECT MODEL APIS FOR ACCESSING DATA SOURCES
Active X Data Objects; Msado; ActiveX Data Object; Active Data Objects
<database, Microsoft, programming> (ADO) Microsoft's library for accessing data sources through OLE DB. Typically it is used to query or modify data stored in a relational database. {Home (http://msdn.microsoft.com/library/en-us/ado270/htm/adostartpage1.asp)}. (2003-07-08)
ActiveX Data Objects         
COMPONENT OBJECT MODEL APIS FOR ACCESSING DATA SOURCES
Active X Data Objects; Msado; ActiveX Data Object; Active Data Objects
In computing, Microsoft's ActiveX Data Objects (ADO) comprises a set of Component Object Model (COM) objects for accessing data sources. A part of MDAC (Microsoft Data Access Components), it provides a middleware layer between programming languages and OLE DB (a means of accessing data stores, whether databases or not, in a uniform manner).

Wikipedia

ActiveX

ActiveX is a deprecated software framework created by Microsoft that adapts its earlier Component Object Model (COM) and Object Linking and Embedding (OLE) technologies for content downloaded from a network, particularly from the World Wide Web. Microsoft introduced ActiveX in 1996. In principle, ActiveX is not dependent on Microsoft Windows operating systems, but in practice, most ActiveX controls only run on Windows. Most also require the client to be running on an x86-based computer because ActiveX controls contain compiled code.

ActiveX is still supported in the "Internet Explorer mode" of Microsoft Edge (which has a different, incompatible extension system, as it is based on Google's Chromium project).