Hi all,
If I created the widget via visual designer,I could use the menu "generated members" ,the example I need to created a txtbox as EditText via visual designer ,I could generated the sub module this bellows
Sub txtbox_TextChanged
End sub
,but I created the txtbox via coding,I couldn't remember the members which are "_TextChanged","_FocusChanged","_EnterPressed" if I don't read Klaus'Guide.
If I created the widget via visual designer,I could use the menu "generated members" ,the example I need to created a txtbox as EditText via visual designer ,I could generated the sub module this bellows
Sub txtbox_TextChanged
End sub
,but I created the txtbox via coding,I couldn't remember the members which are "_TextChanged","_FocusChanged","_EnterPressed" if I don't read Klaus'Guide.
Last edited: