How to display a table in ShowMessage?
问题 I am trying to display a table using ShowMessage that looks like this: short | Description for "short" verylongtext | Description for "verylongtext" How do I get two correctly aligned columns like that in a simple message dialog? I tried to align the columns using spaces, but the font of ShowMessage is variable. Then I tried to align them using tab characters, but I do not know how to calculate the proper tab count for each row. Is there a reliable way to calculate the tab count? PS: I would