Vcl.Grids.TGridDrawState

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

Delphi

type TGridDrawState = set of (gdSelected, gdFocused, gdFixed, gdRowSelected, gdHotTrack, gdPressed);

C++

typedef System::Set<Vcl_Grids__3, Vcl_Grids__3::gdSelected, Vcl_Grids__3::gdPressed> TGridDrawState;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

説明

TGridDrawState は、グリッドのセルをレンダリングするときに役立つ情報を表します。

TGridDrawState は、レンダリング中のグリッドのセルに関する状態情報を表します。以下の表に示す 1 つ以上の状態を含むセットになります。



意味

gdSelected

セルは現在選択されています。

gdFocused

セルに入力フォーカスがあります。

gdFixed

セルはグリッドの固定領域内にあります。

gdRowSelected

行は選択されています。

gdHotTrack

セルはホットトラックです。

gdPressed

セルは押されています。



関連項目