Ich habe ein Label, auf welchem die Update-
URL meines Update-Programms steht. Nun passt die
URL nicht kompplett ins Label, allerdings wird sie auch nicht (WordWrap=TRUE) 'aufgeteilt'. Ich habe auch mal einen Screenshot angehängt, worauf man das sehen kann. Hier mal die Eigenschaften des Labels:
Delphi-Quellcode:
object Label7: TLabel
Left = 88
Top = 8
Width = 225
Height = 41
AutoSize = False
Caption = '---'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end