GUDFLib.g his exclude
Материал из GedeminWiki
(Различия между версиями)
SYSDBA (обсуждение | вклад) (Новая страница: «{{TypeDef_Template|unit=GUDFLib|type=procedure|src=procedure g_his_exclude(var AnIndex: Integer; var AnElement: Integer);}} <onlyinclude>Исключает элем…») |
Evgeny (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
{{TypeDef_Template|unit=GUDFLib|type=procedure|src=procedure g_his_exclude(var AnIndex: Integer; var AnElement: Integer);}} | {{TypeDef_Template|unit=GUDFLib|type=procedure|src=procedure g_his_exclude(var AnIndex: Integer; var AnElement: Integer);}} | ||
| − | <onlyinclude>Исключает элемент из множества.</onlyinclude> Множество задается его индексом, | + | <onlyinclude>Исключает элемент из множества.</onlyinclude> Множество задается его индексом, указанным в функции g_his_create. |
Версия 18:53, 12 сентября 2011
| Модуль: GUDFLib.pas | Тип: procedure |
Delphi:
procedure g_his_exclude(var AnIndex: Integer; var AnElement: Integer);
Описание
Исключает элемент из множества. Множество задается его индексом, указанным в функции g_his_create.