Delphi はじめの一歩 http://delphi.sakura.vg/index2.html Delphi 入門 http://kakinotane.s7.xrea.com/dirDelphi/mainmenu.html Do It YourSelf---Life with Delphi http://www.geocities.co.jp/SiliconValley-Bay/3828/index.html
{melon} 半透明化 procedure TWriteForm.AlphaBlendCheckBoxClick(Sender: TObject); begin if AlphaBlendCheckBox.checked = true then begin WriteForm.AlphaBlend := True; WriteForm.AlphaBlendValue := 168; end else WriteForm.AlphaBlend := False; end; {/melon}
//rika 新着があったスレを開く if (0 < currentBoard.Items[i].itemCount) and (0 < currentBoard.Items[i].lines) and (currentBoard.Items[i].itemCount > currentBoard.Items[i].lines) then