In which compiler version was TLinkLabel added to the VCL?
In which compiler version was TLinkLabel added to the VCL?
I need to add a {$if CompilerVersion <= ...} to selectively register a TLinkLabel, but right now I only know that D7 did not have it and D10-Seattle does.
I could check all the versions in between but perhaps someone knows the answer already.
I need to add a {$if CompilerVersion <= ...} to selectively register a TLinkLabel, but right now I only know that D7 did not have it and D10-Seattle does.
I could check all the versions in between but perhaps someone knows the answer already.
Comments
Post a Comment