I often use a TsLabel to show data on a form that is not editable.
I dont like to use a TsEdit because the user can place the cursor inside the component, even if it is set to readonly.
If you change the TsEdit to Enabled := false, the cursor can´t be placed, but instead the text-color changes.
For that reason it would be great if a Label could have a BoundLabel, like all the other components.
At the moment i just use two labels to show non-editable data. But it would be so convenient to
have that Boundlabel on a TsLabel.
Thank you
Bio