Vcl.ColorGrd.TColorGrid.ForegroundIndex
Delphi
property ForegroundIndex: Integer read FForegroundIndex write SetForegroundIndex default 0;
C++
__property int ForegroundIndex = {read=FForegroundIndex, write=SetForegroundIndex, default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.ColorGrd.pas Vcl.ColorGrd.hpp |
Vcl.ColorGrd | TColorGrid |
説明
前景色のインデックスを示します。
ForegroundIndex は、グリッドにおいて前景色が占める位置を、取得または設定できます。