DxEditSetMasked

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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

Window

Button

CheckBox

Edit

GridList

Image

Label

List

ProgressBar

ScrollBar