<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DxListRemoveItem?action=history&amp;feed=atom</id>
	<title>DxListRemoveItem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DxListRemoveItem?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxListRemoveItem&amp;action=history"/>
	<updated>2026-04-05T17:37:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxListRemoveItem&amp;diff=77426&amp;oldid=prev</id>
		<title>ClawSuit: Created page with &quot;__NOTOC__ {{Client Function}} Esta funcion elimina un texto o item de una dxList.  &lt;small&gt;'''&lt;span style=&quot;color:#ff0000; text-shadow:black 0em 0.1em 0.1em;&quot;&gt;''Aviso: Esta es una función exportada por Modern-Library!''&lt;/span&gt;'''&lt;/small&gt; ==Sintaxis== &lt;syntaxhighlight lang=&quot;lua&quot;&gt;bool dxListRemoveItem(element, index int)&lt;/syntaxhighlight&gt;  ===Argumentos requeridos=== * '''element''': Elemento dxList creado previamente. * '''index''': Un entero que representa la...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxListRemoveItem&amp;diff=77426&amp;oldid=prev"/>
		<updated>2023-08-10T00:37:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client Function}} Esta funcion elimina un texto o item de una &lt;a href=&quot;/wiki/DxList&quot; title=&quot;DxList&quot;&gt;dxList&lt;/a&gt;.  &amp;lt;small&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:#ff0000; text-shadow:black 0em 0.1em 0.1em;&amp;quot;&amp;gt;&amp;#039;&amp;#039;Aviso: Esta es una función exportada por &lt;a href=&quot;/wiki/Modern-Library&quot; title=&quot;Modern-Library&quot;&gt;Modern-Library&lt;/a&gt;!&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/small&amp;gt; ==Sintaxis== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool dxListRemoveItem(element, index int)&amp;lt;/syntaxhighlight&amp;gt;  ===Argumentos requeridos=== * &amp;#039;&amp;#039;&amp;#039;element&amp;#039;&amp;#039;&amp;#039;: Elemento &lt;a href=&quot;/wiki/DxList&quot; title=&quot;DxList&quot;&gt;dxList&lt;/a&gt; creado previamente. * &amp;#039;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;#039;: Un entero que representa la...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client Function}}&lt;br /&gt;
Esta funcion elimina un texto o item de una [[dxList]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;'''&amp;lt;span style=&amp;quot;color:#ff0000; text-shadow:black 0em 0.1em 0.1em;&amp;quot;&amp;gt;''Aviso: Esta es una función exportada por [[Modern-Library]]!''&amp;lt;/span&amp;gt;'''&amp;lt;/small&amp;gt;&lt;br /&gt;
==Sintaxis==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool dxListRemoveItem(element, index int)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Argumentos requeridos===&lt;br /&gt;
* '''element''': Elemento [[dxList]] creado previamente.&lt;br /&gt;
* '''index''': Un entero que representa la posicion del texto o item en la [[dxList]].&lt;br /&gt;
&lt;br /&gt;
==Ejemplo de Uso==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring( exports.dxLibrary:dxGetLibrary( ) )( )&lt;br /&gt;
&lt;br /&gt;
--creamos una ventana&lt;br /&gt;
win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true)&lt;br /&gt;
&lt;br /&gt;
--creamos una lista&lt;br /&gt;
list = dxList( 312, 347, 250, 203, win )&lt;br /&gt;
&lt;br /&gt;
--agregamos 3 row&lt;br /&gt;
for i = 1, 3 do&lt;br /&gt;
   dxListAddItem(list, 'Row '..i)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--borramos el segundo row.&lt;br /&gt;
dxListRemoveItem(list, 2)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Ver también==&lt;br /&gt;
{{DXLIB_FUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>ClawSuit</name></author>
	</entry>
</feed>