|
|
|
|
- Miscellaneous
- Native SQLServer Connector
<List Box>.Display (Function) In french: <Liste>.Affiche Refreshes the display of a browsing List Box, ListView or Combo Box control. For a memory List Box or Combo Box control, the refresh is automatically performed. Remark: <List Box>.Display can be used on single-selection and multi-selection List Boxes.
// Rafraîchissement du champ "LISTE_ListeClient" LISTE_ListeClient.Affiche()
Syntax
<List Box control>.Display()
<List Box control>: Control name Name of the browsing List Box (or Combo Box) control to refresh. Remarks Miscellaneous - To refresh the Table controls, use TableDisplay.
- <List Box>.Display can be used on a "Combo Box" table column.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|