Re: Alignement
On Mon, 27 Nov 2006 16:18:22 +0100, "FrancoJommi"
<franco.jommi@xxxxxx> wrote:
It looks peculiar to me that the Edit component does not have an alignement
property, like the one found in the panel component. What about if I want to
center or rigth align anything typed in th edit ?
You could use a TMemo
- it has an Alignment property
Both TMemo and TEdit are descendants of TCustomEdit
.
Relevant Pages
- Re: Alignement
... alignement property, like the one found in the panel component. ... What about if I want to center or rigth align anything typed in ... th edit? ... (comp.lang.pascal.delphi.misc) - Re: Interested in WPF in Delphi?
... It will allow you to edit your old ... wordperfect files directly in a TMemo. ... What we've all been waiting ... Dave ... (borland.public.delphi.non-technical) - Re: Program hang when focus change during calculation
... >which read text from text file to a TMemo and edit it line by line. ... >either to the current program window, or other window, otherwise, ... Maarten Wiltink ... (alt.comp.lang.borland-delphi) - Program hang when focus change during calculation
... which read text from text file to a TMemo and edit it line by line. ... There are almost hundreds of lines to edit. ... current program window, or other window, otherwise, the program will hang. ... Regards ... (alt.comp.lang.borland-delphi) - Program hang when focus change during calculation
... which read text from text file to a TMemo and edit it line by line. ... There are almost hundreds of lines to edit. ... current program window, or other window, otherwise, the program will hang. ... Regards ... (borland.public.delphi.non-technical) |
|