3 formas de inserir um texto em uma RichEdit
Enviado: 21 Out 2020 07:50
Três formas para inserir um texto na RichEdit
1 - hwg_Re_insertText( ThisForm:oEdit:handle, ::cText ) // Insere o texto no RICH
2 - hwg_SetDlgItemText( hwg_GetModalHandle(), ID_TEXTO, ::cText ) // Insere o texto no RICH
3 -ThisForm:oEdit:SetText( ::cText ) // Insere o texto no RICH
1 - hwg_Re_insertText( ThisForm:oEdit:handle, ::cText ) // Insere o texto no RICH
2 - hwg_SetDlgItemText( hwg_GetModalHandle(), ID_TEXTO, ::cText ) // Insere o texto no RICH
3 -ThisForm:oEdit:SetText( ::cText ) // Insere o texto no RICH