<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://gsbelarus.com:80/gs/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>https://gsbelarus.com:80/gs/wiki/index.php?action=history&amp;feed=atom&amp;title=Gedemin_TLB.IgsQueryList.Delete</id>
		<title>Gedemin TLB.IgsQueryList.Delete - История изменений</title>
		<link rel="self" type="application/atom+xml" href="https://gsbelarus.com:80/gs/wiki/index.php?action=history&amp;feed=atom&amp;title=Gedemin_TLB.IgsQueryList.Delete"/>
		<link rel="alternate" type="text/html" href="https://gsbelarus.com:80/gs/wiki/index.php?title=Gedemin_TLB.IgsQueryList.Delete&amp;action=history"/>
		<updated>2026-07-17T00:00:41Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.19.16</generator>

	<entry>
		<id>https://gsbelarus.com:80/gs/wiki/index.php?title=Gedemin_TLB.IgsQueryList.Delete&amp;diff=6753&amp;oldid=prev</id>
		<title>SYSDBA: Новая страница: «{{MethodDef_Template|unit={{#explode:{{PAGENAME}}|.|0}}|visibility=public|class={{#explode:{{PAGENAME}}|.|1}}|src=procedure Delete(Index: Integer); safecall;}}  &lt;…»</title>
		<link rel="alternate" type="text/html" href="https://gsbelarus.com:80/gs/wiki/index.php?title=Gedemin_TLB.IgsQueryList.Delete&amp;diff=6753&amp;oldid=prev"/>
				<updated>2016-01-17T10:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;Новая страница: «{{MethodDef_Template|unit={{#explode:{{PAGENAME}}|.|0}}|visibility=public|class={{#explode:{{PAGENAME}}|.|1}}|src=procedure Delete(Index: Integer); safecall;}}  &amp;lt;…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{MethodDef_Template|unit={{#explode:{{PAGENAME}}|.|0}}|visibility=public|class={{#explode:{{PAGENAME}}|.|1}}|src=procedure Delete(Index: Integer); safecall;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Удаляет набор данных с заданным индексом.&amp;lt;/onlyinclude&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Индексы всех следующих за ним в списке запросов уменьшаются на 1. Например, при выполнении кода:&lt;br /&gt;
&lt;br /&gt;
 function rp_Main147051802_612792051&lt;br /&gt;
 &lt;br /&gt;
   BaseQueryList.Clear&lt;br /&gt;
 &lt;br /&gt;
   set q = BaseQueryList.Query(BaseQueryList.Add(&amp;quot;q&amp;quot;, 0))&lt;br /&gt;
   q.SQL = &amp;quot;SELECT * FROM GD_CONTACT&amp;quot;&lt;br /&gt;
   q.Open&lt;br /&gt;
   set q1 = BaseQueryList.Query(BaseQueryList.Add(&amp;quot;q1&amp;quot;, 0))&lt;br /&gt;
   q1.SQL = &amp;quot;SELECT * FROM GD_CONTACT&amp;quot;&lt;br /&gt;
   q1.Open&lt;br /&gt;
   call BaseQueryList.Delete(0)&lt;br /&gt;
   call BaseQueryList.Delete(1)&lt;br /&gt;
   set rp_Main147051802_612792051 = BaseQueryList&lt;br /&gt;
 end function&lt;br /&gt;
&lt;br /&gt;
получим ошибку &amp;quot;List index out of bounds (1)&amp;quot;, а если заменить:&lt;br /&gt;
&lt;br /&gt;
  call BaseQueryList.Delete(0)&lt;br /&gt;
  call BaseQueryList.Delete(1)&lt;br /&gt;
&lt;br /&gt;
на: &lt;br /&gt;
&lt;br /&gt;
  call BaseQueryList.Delete(0)&lt;br /&gt;
  call BaseQueryList.Delete(0),&lt;br /&gt;
&lt;br /&gt;
скрипт выполнится без ошибок (результат — пустой [[BaseQueryList]]).&lt;/div&gt;</summary>
		<author><name>SYSDBA</name></author>	</entry>

	</feed>