FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Object properties and methods

Startseite ' Community ' FPScript ' Object properties and methods

Anzeigen von 5-Stellen - 1 bis 5 (von insgesamt 5)
  • Autor
    Beiträge
  • #33477
    Markus Janssen
    Teilnehmer

    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
    Teilnehmer

    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
    Teilnehmer

    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
    Teilnehmer

    Thank you for your quick response.

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

    #33480
    Bernhard Kantz
    Teilnehmer

    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

Anzeigen von 5-Stellen - 1 bis 5 (von insgesamt 5)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.