|
|
|
|
|
- Initializing a List Box control with the OLE servers
- Miscellaneous
OLEServer (Function) In french: OLEServeur Lists the OLE servers registered toward the current system.
ListAdd(LISTE_SERVOLE, OLEServer())
Choix is string
Ind is int = ListSelect(LISTE_SERVOLE)
Choix = LISTE_SERVOLE[Ind] + TAB
Choix = ExtractString(Choix, 2)
OLECreateEmpty(OLE_OLE1, Choix)
Syntax <Result>: Character string - List of the OLE servers presented in the following format:
<Description 1> + TAB + <Name of Server 1> + <CR>+ ... + CR + <Description N> + TAB + <Name of Server N> Then, the name of the server can be used in OLECreateEmpty. Note: the server list may contain empty strings (delete if necessary). - Empty string ("") if an error occurred.
Remarks Initializing a List Box control with the OLE servers To fill a List Box (or a Combo Box control) with the list of OLE servers, use ListAdd. The following syntax must be used: ListAdd(<Name of List Box control>,OLEServer()) Only OLE version 1 is supported.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|