2009年7月17日金曜日

加賀レジデンス(2)@マンション

所在地:東京都板橋区加賀2-3356-77
間取:1LDK-3LDK
面積:62.61平米-130.09平米
入居予定 2008年11月 //AIONアイオン 攻略

2009年7月10日金曜日

copyAdvStringGrid

rowIdx, colIdx: Integer; //yahoo
begin //aion rmt
dest.ColCount := src.ColCount;
dest.RowCount := src.RowCount;
for colIdx := 0 to src.ColCount - 1 do
begin
for rowIdx := 0 to src.RowCount - 1 do
begin
dest.Cells[colIdx, rowIdx] := src.Cells[colIdx, rowIdx];
end;
end;