掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
StringGridのセルの枠線について (ID:48157)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer; Rect: TRect; State: TGridDrawState); begin if gdFocused in State then StringGrid1.Canvas.DrawFocusRect(Rect); end; は、いかがですか?
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.