<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DgsEditRemoveAutoComplete?action=history&amp;feed=atom</id>
	<title>DgsEditRemoveAutoComplete - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DgsEditRemoveAutoComplete?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsEditRemoveAutoComplete&amp;action=history"/>
	<updated>2026-05-14T03:36:26Z</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=DgsEditRemoveAutoComplete&amp;diff=66128&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;{{Client function}} __NOTOC__ This function removes the specific auto complete string from the dgs edit.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; bool dgsEditRemoveAutoComple...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsEditRemoveAutoComplete&amp;diff=66128&amp;oldid=prev"/>
		<updated>2020-04-27T12:37:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Client function}} __NOTOC__ This function removes the specific auto complete string from the dgs edit.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bool dgsEditRemoveAutoComple...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Client function}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
This function removes the specific auto complete string from the dgs edit.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dgsEditRemoveAutoComplete( element edit, string autoCompleteText )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''edit:''' A dgs edit you wish to get the auto complete table from.&lt;br /&gt;
*'''autoCompleteText:''' A string of the auto complete test you want to remove.&lt;br /&gt;
&lt;br /&gt;
===Return===&lt;br /&gt;
Returns ''true'' if successfully, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs&lt;br /&gt;
edit = DGS:dgsCreateEdit(100,100,50,50,&amp;quot;&amp;quot;,false)&lt;br /&gt;
DGS:dgsEditAddAutoComplete(edit,&amp;quot;DGS Edit Text&amp;quot;,false)&lt;br /&gt;
DGS:dgsEditRemoveAutoComplete(edit,&amp;quot;DGS Edit Text&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>Thisdp</name></author>
	</entry>
</feed>