Jump to content


BernardSchmidt's Content

There have been 2 items by BernardSchmidt (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#21221 equivalent method for CellHint in NextDBGrid6 ?

Posted by BernardSchmidt on 06 February 2022 - 12:23 PM in NextDBGrid v6 Component

Good morning,

 

I found the solution: there is a method OnGetHint in the columns-property of TDBNextGrid6. Works well.

 

Kind regards

Bernard




#21219 equivalent method for CellHint in NextDBGrid6 ?

Posted by BernardSchmidt on 05 February 2022 - 06:41 PM in NextDBGrid v6 Component

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