-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Object properties and methods
- This topic has 4 replies, 2 voices, and was last updated 13 years, 3 months ago by Markus Janssen.
-
AuthorPosts
-
August 10, 2011 at 1:13 pm #12739Markus JanssenMember
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
August 10, 2011 at 1:13 pm #8405Markus JanssenMemberHello,
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
August 10, 2011 at 2:16 pm #9202Bernhard KantzParticipantThese 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.
August 11, 2011 at 11:37 am #9203Markus JanssenMemberThank you for your quick response.
Are these properties documented anywhere?
Where can I find this documentation?August 11, 2011 at 12:38 pm #9204Bernhard KantzParticipantYou 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 ReferenceFuthermore you can use the Object Browser in VBA to see the properties of the FlexPro type library.
-
AuthorPosts
- You must be logged in to reply to this topic.