DxEditSetMasked: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} Esta función sirve para enmascarar el texto de un dxEdit. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxEditSetMasked( element element, bool bool ) </syntaxhighlight> ===Argumentos requeridos=== *'''element:''' El elemento dxEdit. *'''bool:''' Un booleano (true o false)....") |
mNo edit summary |
||
Line 14: | Line 14: | ||
==Ejemplo== | ==Ejemplo== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
loadstring(exports. | loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) | ||
--creamos una caja de texto | --creamos una caja de texto |
Latest revision as of 20:19, 21 May 2022
Esta función sirve para enmascarar el texto de un dxEdit.
Aviso: Esta es una función exportada por Modern-Library!
Syntax
bool dxEditSetMasked( element element, bool bool )
Argumentos requeridos
- element: El elemento dxEdit.
- bool: Un booleano (true o false).
Ejemplo
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) --creamos una caja de texto edit = dxEdit(277, 184, 197, 46, 'edit demo 1') -- enmascaramos el texto dxEditSetMasked(edit, true)
Ver también
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem