Vcl.Grids.TCustomGrid.ShowEditorChar

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

Delphi

procedure ShowEditorChar(Ch: Char);

C++

void __fastcall ShowEditorChar(System::WideChar Ch);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

インプレースエディタを表示し,与えられた文字をテキストに設定します。

グリッドコントロールは,ユーザーが文字をセルに入力したが,まだエディタが表示されていないとき,ShowEditorChar メソッドを呼び出します。ShowEditorChar は,現在選択されているセルの上にインプレースエディタのウィンドウを表示し,テキストプロパティに文字 Ch を設定します。インプレースエディタがまだ存在しないときは ShowEditorChar が作成します。

関連項目