Zitat von
Luckie:
TLabel ist von TGraphicControl abgeleitet und nicht von TWinControl.
Oh,
oh Luckie. Der war peinlich, aber ich will Dir verzeihen, da Du vorwiegend
nonVCL programmierst
TWinControl sind "Fenster" im Sinne von Microsoft, sie haben ein
Handle. TGraphicControls haben dieses nicht
Delphi-Quellcode:
TWinControl = class(TControl)
private
FAlignLevel: Word;
FBevelEdges: TBevelEdges;
[...]
FDockManager: IDockManager;
FHandle: HWnd;
...
...