Board index » delphi » Alignment in TEdit

Alignment in TEdit

How can I get a alignment like taRigthJustify at TLabel in TEdit ?  OR
How can I make a TLabel to look like TEdit (how to get the borders) ?

Thanx
Micha

 

Re:Alignment in TEdit


Quote
Michael Borschel wrote:
> How can I make a TLabel to look like TEdit (how to get the borders) ?

    Use a TPanel.

    -Craig

--
Craig Stuntz   cstuntz@no_spam.vertexsoftware.com
----------------  -----------------------------
Delphi Developer  Vertex Systems Corporation
& Cat Wrangler   http://www.vertexsoftware.com

Re:Alignment in TEdit


In message <38147C0C.4F9E5...@horn-cosifan.de>, Michael Borschel
stated:
Quote
> How can I make a TLabel to look like TEdit (how to get the borders) ?

Use TStaticText
--
Regards
Ralph (TeamB)
--

Re:Alignment in TEdit


Quote
In article <38147C0C.4F9E5...@horn-cosifan.de>, Michael Borschel wrote:
> ow can I make a TLabel to look like TEdit (how to get the borders) ?

Use a TStaticText instead of TLabel.

Peter Below (TeamB)  100113.1...@compuserve.com)
No e-mail responses, please, unless explicitly requested!

Other Threads