Simple question,
How to center some header of a TxBrowse .
What is the right instruction ?
Thanks
Simple question,
How to center some header of a TxBrowse .
What is the right instruction ?
Thanks
oCol:nHeadStrAlign := AL_CENTER // or AL_LEFT ( default ) or AL_RIGHT
Thanks !