DgsComboBoxGetCaptionText: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Client function}} | |||
__NOTOC__ | |||
This function allows to get the caption of a DGS ComboBox. | |||
==Syntax== | |||
<syntaxhighlight lang="lua"> | |||
string dgsComboBoxGetCaptionText( element combobox ) | |||
</syntaxhighlight> | |||
===Required Arguments=== | |||
*'''combobox:''' the combo box to get from |
Revision as of 05:40, 19 June 2018
This function allows to get the caption of a DGS ComboBox.
Syntax
string dgsComboBoxGetCaptionText( element combobox )
Required Arguments
- combobox: the combo box to get from