Topic
Object properties and methods
- This topic has 4 replies and 2 voices and was last updated 13 years, 9 months ago ago by Markus Janssen.
-
AuthorPosts
-
10.08.2011 at 13:13 #33477Markus JanssenParticipant
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
10.08.2011 at 13:13 #33481Markus JanssenParticipantHello,
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
10.08.2011 at 14:16 #33478Bernhard 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.
11.08.2011 at 11:37 #33479Markus JanssenParticipantThank you for your quick response.
Are these properties documented anywhere?
Where can I find this documentation?11.08.2011 at 12:38 #33480Bernhard 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.