-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Object properties and methods
- Dieses Thema hat 4 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 13 Jahren, 3 Monaten von Markus Janssen aktualisiert.
-
AutorBeiträge
-
August 10, 2011 um 1:13 pm Uhr #12739Markus JanssenMitglied
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 um 1:13 pm Uhr #8405Markus JanssenMitgliedHello,
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 um 2:16 pm Uhr #9202Bernhard 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.
August 11, 2011 um 11:37 am Uhr #9203Markus JanssenMitgliedThank you for your quick response.
Are these properties documented anywhere?
Where can I find this documentation?August 11, 2011 um 12:38 pm Uhr #9204Bernhard 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.