Display Passwords

Hi. In a TADVStringGrid how do I display a password with the ***** instead of the password?

I can see how to EDIT a cell so that what you type uses the passwordchar, but I need it the other way around. DISPLAY the password with the passwordchar, but edit normally.

Jeremy

Implement the event OnIsPasswordCell and return param IsPassword = true for cells that need to display the text with password * chars.

Its ok....."OnIsPasswordCell"......how the hell did I miss THAT one !! grrr...oh well sorted now :-)