Jump to content


BernardSchmidt

Member Since 23 Nov 2013
Offline Last Active May 19 2022 05:25 PM
-----

Topics I've Started

equivalent method for CellHint in NextDBGrid6 ?

05 February 2022 - 06:41 PM

Hello to all,

 

I have started to switch my current project from NextSuite to NextSuite6. In the last version I had a the following procedure to show a specific hint depending on the cell-value:

 

procedure TMainForm.GridAnrStdCellHint(Sender: TObject; ACol, ARow: Integer;  var Value: WideString);

 

...

 

Is there an equivalent procedure like that for NextDBGrid6?

 

Kind regards

Bernard