TFORMer SDK - DLL/Library
8
|
Special purpose functions for System Integrators. More...
Functions | |
BOOL | TFormer_IsDesignerAvailable () |
Determines if the TFORMer Designer is available on the local machine and can be invoked by the method TFormer_OpenDesigner. | |
ERRCODE | TFormer_OpenDesigner (HTFORM pInstance, LPCSTR pszDesignExe, BOOL bShowSplash, BOOL bMaximize, BOOL bUseExistingInstance, LPCSTR pszExtraParameters) |
Opens the currently selected FormLayout with TFORMer Designer. |
Special purpose functions for System Integrators.
BOOL TFormer_IsDesignerAvailable | ( | ) |
Determines if the TFORMer Designer is available on the local machine and can be invoked by the method TFormer_OpenDesigner.
The function tests if TFORMer Designer TFormer.exe
is available on the system. If the TFORMer Designer is installed, FormLayouts can be edited with TFORMer Designer.
TRUE
in case of an existing TFORMer Designer installationFALSE
if TFORMer Designer is not availableERRCODE TFormer_OpenDesigner | ( | HTFORM | pInstance, |
LPCSTR | pszDesignExe, | ||
BOOL | bShowSplash, | ||
BOOL | bMaximize, | ||
BOOL | bUseExistingInstance, | ||
LPCSTR | pszExtraParameters | ||
) |
Opens the currently selected FormLayout with TFORMer Designer.
pInstance | The TFORMer instance provided by a previous call to TFormer_Init |
pszDesignExe | If NULL the function tries to locate TFORMer Designer by itself |
bShowSplash | Show the splash screen of TFORMer Designer? |
bMaximize | Open TFORMer Designer maximized? |
bUseExistingInstance | Try to use an existing TFORMer Designer instance? This parameter avoids multiple TFORMer Designer windows. A new instance of TFORMer Designer is opened if no existing instance is found or no existing instance can be used. |
pszExtraParameters | Parameters which should be sent to TFORMer Designer (Default: NULL ). These parameters are used for branding of TFORMer Designer via the command-line (see below). |
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Sat Oct 5 2024 05:08:16 for TFORMer SDK - DLL/Library with doxygen 1.7.6.1 |