FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

Object properties and methods

Home page Community FPScript Object properties and methods

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.