Coming to V1.19 Using the SDUIEditor
Using the abstract designer, you just drop this to a layout and set properties.
To set & get its content, one uses the .Content method.
Using the abstract designer, you just drop this to a layout and set properties.
To set & get its content, one uses the .Content method.
B4X:
Private Sub SDUIEditor1_Changed (e As BANanoEvent)
lblChanging.Caption = SDUIEditor1.Content
End Sub