Topic
Object properties and methods
Startseite ' Community ' FPScript ' Object properties and methods
- Dieses Thema hat 4 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 13 Jahren, 9 Monaten von Markus Janssen aktualisiert.
-
AutorBeiträge
-
10.08.2011 um 13:13 Uhr #33477Markus JanssenTeilnehmer
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 um 13:13 Uhr #33481Markus JanssenTeilnehmerHello,
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 um 14:16 Uhr #33478Bernhard KantzTeilnehmerThese 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 um 11:37 Uhr #33479Markus JanssenTeilnehmerThank you for your quick response.
Are these properties documented anywhere?
Where can I find this documentation?11.08.2011 um 12:38 Uhr #33480Bernhard KantzTeilnehmerYou 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.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.