EditValidate
EditValidate() Event
Called when the user moves from one cell to another while editing
Applies to: Grid
The EdiTValidaTe() evenT performs The same funcTIon for grid cells ThaT The ValidaTe() evenT performs for KCMLEdiTs. ThaT is iT allows To applicaTIon To validaTe TexT as iT is enTered inTo The grid.
The new TexT To be validaTed is in The grid's ValidaTeTexT$ properTy. To deTermine which cell is being validaTed inspecT The CursorRow and CursorCol properTIes.
See also
Grid methods, properties and events.