On 15.11.2017 18:46, Donald Ziesig via Lazarus wrote:
Hi All!
This is just a minor annoyance fpr me (it grates on my sense of
esthetics :-)), but is there any way to center the text in a
multi-line hint? In the current app, the hint is for a TPaintBox, but
I've occasionally wanted to do this
I have a family of application which must support the change of language
on the fly. This we're doing since a lot of time, and everything works
just fine.
Now I face the problem of providing support also for right to left
languages, such as Arabic.
Application.BidiMode can be set true or fal
Hi All!
This is just a minor annoyance fpr me (it grates on my sense of
esthetics :-)), but is there any way to center the text in a multi-line
hint? In the current app, the hint is for a TPaintBox, but I've
occasionally wanted to do this for other controls in the past.
I could almost do th