Vcl.Grids.TCustomGrid.ShowEditorChar
Delphi
procedure ShowEditorChar(Ch: Char);
C++
void __fastcall ShowEditorChar(System::WideChar Ch);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Affiche l'éditeur in-situ, son texte contenant le caractère spécifié.
Les contrôles grille appellent la méthode ShowEditorChar quand l'utilisateur entre un caractère dans une cellule alors que l'éditeur in-situ n'est pas déjà affiché. ShowEditorChar affiche la fenêtre de l'éditeur in-situ au-dessus de la cellule sélectionnée, et définit sa propriété Text avec le caractère Ch. Si l'éditeur in-situ n'existe pas déjà, ShowEditorChar le crée.