Курсовая работа: Информационная система начальника жилищно-эксплуатационной службы
end;
Application. MessageBox('Указанная квартира не найдена по схеме дома',
'Ошибка', MB_OK);
SG. Cells[2, j]:= «; Vec.X[j, 2]:= «;
SG. Cells [3, j]:= «; Vec.X [j, 3]:= «;
end;
if (j>Vec. Size) then // Кликнули за пределами области данных
begin
Vec. Add; FillStringGrid (SG, Vec);
end;
end;
function TInputForm. GetVec: TVector;
begin
case PageControl1. ActivePageIndex of
0: result:= Kvart;
1: result:= Scheme;
2: result:= GK;
3: result:= People;
4: result:= FlatAtr;
else result:= Kvart;
end;
end;
procedure TInputForm. DelBtnClick (Sender: TObject);
var
SG: TStringGrid;
Vec: TVector;
i: integer;
begin
Sg:= FSGVector [PageControl1. ActivePageIndex+1];