Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi 5 で固定行と固定列の StringGrid を使用しています。しかし、実行モードでは、行やセルを選択できません。
文字列行またはセルを選択可能にする方法とプロパティは何ですか。
固定の行と列を選択することはできません。これは通常は望ましくないため、意図された動作です。これらの行と列を固定している理由はありますか?
設計時にTStringGrid.Optionsプロパティを確認してください。これらは何年にもわたってあまり変わっておらず、ほとんどすべてFalseに設定されています。特に:goEditing、goRowSelect。