Vcl.DBLookup.TDBLookupList.HighlightCell

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function HighlightCell(DataCol, DataRow: Integer; const Value: string;  AState: TGridDrawState): Boolean; override;

C++

virtual bool __fastcall HighlightCell(int DataCol, int DataRow, const System::UnicodeString Value, Vcl::Grids::TGridDrawState AState);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

説明

指定したセルを描画するときに強調表示するかどうかを示します。

アプリケーションは、この protected メソッドを直接呼び出すことはできません。このメソッドは、DataCol および DataRow パラメータで指定されたセルが強調表示されるべきかどうかを決定するために、内部的に使用されます。HighlightCell は、セルにフォーカスがある場合は True を返し、そうでない場合は False を返します。