IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Delphi Discussion :

Accéder à des interfaces


Sujet :

Delphi

  1. #1
    Nouveau membre du Club
    Profil pro
    Inscrit en
    Novembre 2004
    Messages
    36
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2004
    Messages : 36
    Points : 31
    Points
    31
    Par défaut Accéder à des interfaces
    Bonjour,

    Je souaiterais pouvoir accéder / utiliser des interfaces qui se trouvent dans un librairie TLB. J'ai consulté pas mal de docs mais aucune ne me donne une solution compréhensible.

    Merci

  2. #2
    Membre éclairé Avatar de slimjoe
    Homme Profil pro
    Inscrit en
    Juin 2005
    Messages
    647
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : Canada

    Informations forums :
    Inscription : Juin 2005
    Messages : 647
    Points : 789
    Points
    789
    Par défaut
    Citation Envoyé par Lio590
    Bonjour,

    Je souaiterais pouvoir accéder / utiliser des interfaces qui se trouvent dans un librairie TLB. J'ai consulté pas mal de docs mais aucune ne me donne une solution compréhensible.

    Merci

    Tu as le fichier .tlb ?

    Si c'est le cas, tu n'as qu'à t'assurer que la librairie est enregistrée (regsvr32), faire (sous Delphi 7) Project --> Import Type Library et sélectionner le fichier à l'aide du bouton "Add...". Ça va créer un unit du genre MaLib_TLB.pas avec lequel il te sera possible d'utiliser les interfaces de l'objet COM.

    Sous Delphi 2005, c'est dans le même menu que celui qui te permet d'importer des composants (je n'ai pas 2005 sous la main )

    Bon dev!

  3. #3
    Membre éclairé Avatar de slimjoe
    Homme Profil pro
    Inscrit en
    Juin 2005
    Messages
    647
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : Canada

    Informations forums :
    Inscription : Juin 2005
    Messages : 647
    Points : 789
    Points
    789
    Par défaut
    Dans l'aide de Delphi 7 (désolé mon Delphi est en anglais) :


    To import a type library,

    1 Choose Project|Import Type Library.
    2 Select the type library from the list.

    The dialog lists all the libraries registered on this system. If the type library is not in the list, choose the Add button, find and select the type library file, choose OK. This registers the type library, making it available. Then repeat step 2. Note that the type library could be a stand-alone type library file (.tlb, .olb), or a server that provides a type library (.dll, .ocx, .exe).

    3 If you want to generate a VCL component that wraps a CoClass in the type library, check Generate Component Wrapper. If you do not generate the component, you can still use the CoClass by using the definitions in the TypeLibName_TLB unit. However, you will have to write your own calls to create the server object and, if necessary, to set up an event sink.

    The Import Type Library dialog only imports CoClasses that are have the CanCreate flag set and that do not have the Hidden, Restricted, or PreDeclID flags set. These flags can be overridden using the command-line utility tlibimp.exe.

    4 If you do not want to install a generated component wrapper on the Component palette, choose Create Unit. This generates the TypeLibName_TLB unit and, if you checked Generate Component Wrapper in step 3, adds the declaration of the component wrapper. This exits the Import Type Library dialog.
    5 If you want to install the generated component wrapper on the Component palette, select the Palette page on which this component will reside and then choose Install. This generates the TypeLibName_TLB unit, like the Create Unit button, and then displays the Install component dialog, letting you specify the package where the components should reside (either an existing package or a new one). This button is grayed out if no component can be created for the type library.

    When you exit the Import Type Library dialog, the new TypeLibName_TLB unit appears in the directory specified by the Unit dir name control. This file contains declarations for the elements defined in the type library, as well as the generated component wrapper if you checked Generate Component Wrapper.

    In addition, if you installed the generated component wrapper, a server object that the type library described now resides on the Component palette. You can use the Object Inspector to set properties or write an event handler for the server. If you add the component to a form or data module, you can right-click on it at design time to see its property page (if it supports one).

    Note

    The Servers page of the Component palette contains a number of example Automation servers that were imported this way for you.

  4. #4
    Rédacteur


    Profil pro
    Inscrit en
    Janvier 2003
    Messages
    7 171
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2003
    Messages : 7 171
    Points : 15 060
    Points
    15 060
    Billets dans le blog
    1
    Par défaut
    As-tu consulté ces tutos ?
    http://delphi.developpez.com/cours/?...them=Interface

    Celui de Dick Lantim est trés bien et associé avec le code de la FAQ (Office) cela devrait s'éclaircir je pense.

  5. #5
    Nouveau membre du Club
    Profil pro
    Inscrit en
    Novembre 2004
    Messages
    36
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2004
    Messages : 36
    Points : 31
    Points
    31
    Par défaut
    Merci à tous cela fonctionne maintenant

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [MFC] accelerer la fab des interfaces
    Par giova_fr dans le forum MFC
    Réponses: 1
    Dernier message: 30/12/2005, 01h07
  2. [Strategie] Accéder à des fichiers sur un serveur
    Par elan dans le forum Général Java
    Réponses: 4
    Dernier message: 28/09/2005, 19h30
  3. accéder à des fichiers mysql
    Par totolala dans le forum Bases de données
    Réponses: 4
    Dernier message: 29/08/2005, 22h51
  4. Outil pour créer des interfaces graphiques
    Par Cyborg289 dans le forum Interfaces Graphiques en Java
    Réponses: 10
    Dernier message: 11/07/2005, 17h48
  5. [Logiciel]Cherche graphisme pour des interfaces visuelles
    Par smyley dans le forum Autres Logiciels
    Réponses: 9
    Dernier message: 14/11/2004, 03h13

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo