Vcl.Grids.TCustomGrid.ShowEditor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ShowEditor;

C++

void __fastcall ShowEditor();

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 quand la grille passe en mode modification.

Les contrôles grille appellent la méthode ShowEditor lorsque la grille passe en mode modification. ShowEditor affiche la fenêtre de l'éditeur in-situ au-dessus de la cellule sélectionnée. Si l'éditeur in-situ n'existe pas encore, ShowEditor le crée.

Voir aussi