掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
DBGridの背景色に一行置きに色をつけるには? (ID:28700)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
どうせキャストするなら・・・ type //TInplaceEdit2 = class(TInplaceEdit) TInplaceEdit2 = class(TDBGridInplaceEdit) (略) end; type TDBGridEx = class(TDBGrid) protected function CreateEditor: TInplaceEdit; override; end; function TDBGridEx.CreateEditor: TInplaceEdit; begin Result := TInplaceEdit2.Create(Self); end; ・・・のほうが・・・
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.