FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Object properties and methods

Page d'accueil ' Communauté ' FPScript ' Propriétés et méthodes des objets

Voir les messages de 5 - 1 à 5 (sur un total de 5)
  • Auteur
    Messages
  • #33477
    Markus Janssen
    Participant

    Hello,

    is there a way to get a list of all the properties (and methods) of an object in FpScript?

    For example I would like to include in a document the adjustments of of a FourierSpectrum.

    Type = %{(BeschlSpektrum.Type)}
    window = %{(BeschlSpektrum.window)}
    But I only get numbers as result.
    I guessed them.

    thanks in advance

    #33481
    Markus Janssen
    Participant

    Hello,

    is there a way to get a list of all the properties (and methods) of an object in FpScript?

    For example I would like to include in a document the adjustments of of a FourierSpectrum.

    Type = %{(BeschlSpektrum.Type)}
    window = %{(BeschlSpektrum.window)}
    But I only get numbers as result.
    I guessed them.

    thanks in advance

    #33478
    Bernhard Kantz
    Participant

    These properties are enumerations in the automation interface. Therefore FlexPro returns an value instead of a string. If you need a string you have to do a mapping using FPScript.

    support@weisang.com

    #33479
    Markus Janssen
    Participant

    Thank you for your quick response.

    Are these properties documented anywhere?
    Where can I find this documentation?

    #33480
    Bernhard Kantz
    Participant

    You find the documentation of the FlexPro automation interface in the FlexPro help, e.g under
    Automating Task|Automation Using FlexPro Visual Basic|FlexPro Visual Basic Reference

    Futhermore you can use the Object Browser in VBA to see the properties of the FlexPro type library.

    support@weisang.com

Voir les messages de 5 - 1 à 5 (sur un total de 5)
  • Vous devez être connecté pour répondre à ce sujet.