API:Vcl.Grids.TStringGrid.GetEditText

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetEditText(ACol, ARow: Longint): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetEditText(int ACol, int ARow);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TStringGrid

Description

Génère un événement OnGetEditText.

Vcl.Grids.TStringGrid.GetEditText hérite de Vcl.Grids.TCustomDrawGrid.GetEditText. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Grids.TCustomDrawGrid.GetEditText.

Génère un événement OnGetEditText.

L'éditeur in-situ appelle la méthode GetEditText pour obtenir le texte de la cellule spécifiée. Par défaut, GetEditText appelle le gestionnaire d'événement OnGetEditText. S'il n'existe aucun gestionnaire d'événement OnGetEditText, GetEditText renvoie true.

Voir aussi