Feature request for TsLabel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36814
    BionicWave
    Participant

    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

    #54608
    Support
    Keymaster
    'BionicWave' wrote:
    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.

    You can change the DisabledKind property of the TsEdit to []. Component will not be changed visually if disabled in this case.

    Quote:
    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.

    You can use TsStickyLabel component also. Adding BoundLabel for Labels is not good idea, I think.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.