Web Service > Web Service Operations > Working with Development Environment
This section contains description of operations that are used to work with development environment objects. The operations enable the user to execute the following actions:
Get information about units and assemblies (links list, implemented code).
Change code and links of units and assemblies.
Execute algorithms implemented in units/assemblies.
Navigate through code.
Work with code inspector.
Search by code.
Save development environment objects to file and load from file.
Operation | Brief description | |
![]() |
ExportForeObj | The ExportForeObj operation exports development environment object to external file. |
![]() |
FindInModules | The FindInModules operation searches for text by code of development environment objects. |
![]() |
FormatForeLine | The FormatForeLine operation forms a code string. |
![]() |
FormatForeModule | The FormatForeModule operation formats unit code. |
![]() |
GetAssembly | The GetAssembly operation gets information about repository assembly. |
![]() |
GetBuiltinAssemblies | The GetBuiltinAssemblies operation enables the user to get a list of system assemblies available to be used in development environment. |
![]() |
GetDeclaration | The GetDeclaration operation is used to work with code inspector. |
![]() |
GetDeclarationBlock | The GetDeclarationBlock operation is used to navigate through code. |
![]() |
GetDeclarationPoint | The GetDeclarationPoint operation gets information about the focused the development environment element. |
![]() |
GetDevEnvSettings | The GetDevEnvSettings operation gets development environment parameters. |
![]() |
GetIntelliSenseInfo | The GetIntelliSenseInfo operation gets the list of types and types members available to use in the current code point. |
![]() |
GetIntelliSenseTooltip | The GetIntelliSenseTooltip operation gets information used on creating a tooltip for type of cype member in the unit code. |
![]() |
GetModule | The GetModule operation gets information about repository Fore unit. |
![]() |
ImportForeObj | The ImportForeObj operation imports development environment object from external file to repository. |
![]() |
SetAssembly | The SetAssembly operation is used to set up assembly and start algorithms implemented in the assembly. |
![]() |
SetDevEnvSettings | The SetDevEnvSettings operation changes development environment parameters. |
![]() |
SetModule | The SetModule operation is used to set up unit and start algorithms implemented in the unit. |
See also: