Open ghost opened 6 years ago
Unfortunately this a problem with the underlying Delphi TLabel control. It isn't a wrapper around a Windows control, so it doesn't have a window handle. This means that that it is opaque to the underlying automation library that is being used. When I have control of the application code, I have changed TLabels to TStaticText, which should work. The same is true for TSpeedButtons
I need read a caption from TLabel, but is not supported ?
Charles