tlabel is a nonwindowed VCL control that displays non editable text on a form. It is defined in the StdCtrls.pas unit.
Questions tagged [tlabel]
33 questions
0
votes
0 answers
In Firemonkey TLabel changes height when Autosize checked
Can anyone explain why Firemonkey TLabel changes from its default Height of 15 to a new Height of 18, when AutoSize is checked. The Font properties remain the same.
I have looked at Unit FMX.Controls and found the Implementation section.The…

Brian Heard
- 66
- 1
- 4
0
votes
1 answer
Delphi 7 - how to create a component with Text on the center of Image
I have problem with creating a component. I want to have an image and simple label on the center of this image. It have to be a component because I will create it dynamically form the code. How to do this? I don't know how to merge two components…

Michał Kwiecień
- 2,734
- 1
- 20
- 23
0
votes
1 answer
Delphi inspect external TLabels inside a TGroupBox via EnumWindows, Enumchildwindows or Spy++
I am developing an application in Delphi XE2 which inspects, through the functions EnumWindows and EnumChildWindows a window of a running application also written in Delphi.
This is the main code (adapted from an example:…

AndreaBoc
- 3,077
- 2
- 17
- 22