Vcl.Grids.TCustomDrawGrid.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 TCustomDrawGrid

Description

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