Перевод: со всех языков на арабский

с арабского на все языки

application+object

  • 21 OLE container

    "An application that contains a linked or embedded OLE object from another application. For example, if an OLE object in an Access database contains a Microsoft Excel worksheet, Access is the OLE container."

    English-Arabic terms dictionary > OLE container

  • 22 OLE server

    "An application or DLL that supplies a linked or embedded OLE object to another application. For example, if an OLE object in an Access database contains a Microsoft Excel worksheet, Excel is the OLE server."

    English-Arabic terms dictionary > OLE server

  • 23 AD

    "A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process."
    AD

    English-Arabic terms dictionary > AD

  • 24 AppDomain

    "A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process."

    English-Arabic terms dictionary > AppDomain

  • 25 DCOM

    "The version of Microsoft's Component Object Model (COM) specification that stipulates how components communicate over Windows-based networks. It permits the distribution of different components for a single application across two or more networked computers, running an application distributed across a network so that the distribution of components is not apparent to the user, and remotely displaying an application. Because DCOM is language-neutral, any language that uses COM components can also produce DCOM applications."

    English-Arabic terms dictionary > DCOM

  • 26 Distributed COM

    "The version of Microsoft's Component Object Model (COM) specification that stipulates how components communicate over Windows-based networks. It permits the distribution of different components for a single application across two or more networked computers, running an application distributed across a network so that the distribution of components is not apparent to the user, and remotely displaying an application. Because DCOM is language-neutral, any language that uses COM components can also produce DCOM applications."

    English-Arabic terms dictionary > Distributed COM

  • 27 CDO

    "A device object that represents the filter driver to the system and to user-mode application and which allows applications to communicate with the filter driver directly, even before the filter is attached to a file system or volume device object."

    English-Arabic terms dictionary > CDO

  • 28 local server

    "An OLE server object implemented as an executable file that runs on the same computer as the client application. Because the server application is an executable file, it runs in its own process."

    English-Arabic terms dictionary > local server

  • 29 agent

    An application that runs on a Simple Network Management Protocol (SNMP) managed device. The agent application is the object of management activities. A computer running SNMP agent software is also sometimes referred to as an agent.

    English-Arabic terms dictionary > agent

  • 30 context ID

    A unique number or string that corresponds to a specific object in an application. Context IDs are used to create links between the application and corresponding Help topics.

    English-Arabic terms dictionary > context ID

  • 31 container

    An application that contains a linked or embedded OLE object from another application.

    English-Arabic terms dictionary > container

  • 32 scope

    "The extent to which an identifier, such as an object or property, can be referenced within a program. Scope can be global to the application or local to the active document."

    English-Arabic terms dictionary > scope

  • 33 logical tree

    "In Windows Presentation Foundation, the tree containing all the elements and content that are directly created by an application and used for a user interface element. For the specified element, the logical tree is not a strict subset of its visual tree, because elements derived from the Visual base class might contain elements that are not derived from the Visual class. For example, the elements might contain a String, a TextElement, or any other common language runtime object."

    English-Arabic terms dictionary > logical tree

  • 34 server process

    "A process that hosts Component Object Model (COM) components. A COM component can be loaded into a surrogate server process, either on the client computer (local) or on another computer (remote). It can also be loaded into a client application process (in process)."

    English-Arabic terms dictionary > server process

  • 35 Collaboration Data Objects

    "An application programming interface (API) that allows users and applications high-level access to data objects in Exchange. CDO defines the concept of different object classes, including messages, posts, appointments, and tasks."

    English-Arabic terms dictionary > Collaboration Data Objects

  • 36 recordset

    The ActiveX Database Objects (ADO) object used to contain a result set. It also exhibits cursor behavior depending on the recordset properties set by an application. ADO recordsets are mapped to OLE DB rowsets.

    English-Arabic terms dictionary > recordset

  • 37 Performance Logs and Alerts

    "A Distributed Component Object Model (DCOM) API that enables application programmers to log system performance and diagnosis data, and to generate alert notifications based on performance counter thresholds."

    English-Arabic terms dictionary > Performance Logs and Alerts

  • 38 PLA

    "A Distributed Component Object Model (DCOM) API that enables application programmers to log system performance and diagnosis data, and to generate alert notifications based on performance counter thresholds."

    English-Arabic terms dictionary > PLA

  • 39 host control

    An object that is native to a host application (such as Microsoft Office Word or Microsoft Office Excel) to which data binding and events have been added. Examples of host controls include Bookmark controls and ListObject controls.

    English-Arabic terms dictionary > host control

  • 40 host item

    An object that is native to a host application (such as Microsoft Office Word or Microsoft Office Excel) to which you can add host controls. Examples of host items include Document and Worksheet.

    English-Arabic terms dictionary > host item

См. также в других словарях:

  • Application Object Model — (AOM) for Mozilla is an application programming interface for manipulating the application using JavaScript. It is similar to Document Object Model, but instead of being document centric, it is application centric. For example, opening web… …   Wikipedia

  • Application object —    In Novell Directory Services (NDS), a leaf object that represents a network application in a NetWare Directory tree.    See also Computer object; container object; leaf object; Novell Directory Services …   Dictionary of networking

  • Object Process Graph — An Object Process Graph (OPG) is a general purpose executable graph that incorporates every aspect of an application, including process, user interface, and database.[1][2][3] No programming language, tool, or database is required to handle any… …   Wikipedia

  • Object Linking and Embedding — (OLE) is a technology developed by Microsoft that allows embedding and linking to documents and other objects. For developers, it brought OLE Control eXtension (OCX), a way to develop and use custom user interface elements. On a technical level,… …   Wikipedia

  • Object Windows Library — Developer(s) Originally Borland (now Codegear) Initial release 1991 Stable release OWLNext 6.30.9 / September 2, 2010; 14 months ago (2010 09 02) …   Wikipedia

  • Object Process Methodology — (OPM) is an approach to designing information systems by depicting them using object models and process models. OPM was conceived and developed by Prof. Dov Dori, at the Technion – Israel Institute of Technology. A paper that first presented… …   Wikipedia

  • Object Pascal — Paradigm(s) imperative, structured, object oriented, functional (Delphi dialect only) Appeared in 1986 (1986) Designed by Apple, Niklaus Wirth, Anders Hejlsberg …   Wikipedia

  • Application Web — En informatique une application web (aussi appelée site web dynamique) est un logiciel applicatif dont l interface homme machine imite un site web. L interface homme machine est appelée interface web. Une application web se manipule avec un… …   Wikipédia en Français

  • Object REXX — Paradigm(s) Object oriented (class based) Appeared in 1988; 22 years ago (1988) Developer Simon C. Nash (IBM) Influenced by REXX …   Wikipedia

  • Object persistence — is an object oriented, in memory, language specific, persistent data storage and retrieval model used in computer programming. It is based on the techniques of system snapshotting and transaction journalling. The first usage of the term and… …   Wikipedia

  • Object-oriented modeling — (OOM), also called object oriented programming (OOP) is a modeling paradigm mainly used in computer programming. Prior to the rise of OOM, the dominant paradigm was procedural programming, which emphasized the use of discrete reusable code blocks …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»