Inserir valor calculado em ListView

Marcelo Quintanilha

Member
Licensed User
Boa tarde pessoal.

Qual linha de código para inserir um determinado valor em uma ListView?
Exemplo: Label1.Text = ValorCalculado

Eu tenho:
B4X:
Page3ListView1.SingleLineLayout.ItemHeight = 25dip
    Page3ListView1.AddSingleLine("RELATÓRIO ESTRIBOS")
    Page3ListView1.AddSingleLine("Modelo de Cálculo I - NBR6118/2014")
    Page3ListView1.SingleLineLayout.Label.TextSize=14
    Page3ListView1.SingleLineLayout.Label.TextColor=Colors.White
Page3ListView1.AddSingleLine2("O valor calculado é = ",Label1.Text)
Sei que a última linha está incorreta mas é para ilustrar que preciso levar o valor que está com a Label1.Text para a ListView... Como fazer isso?
Obrigado.
 

Cableguy

Expert
Licensed User
Longtime User
" o valor calculado é " & label1.text
 

Marcelo Quintanilha

Member
Licensed User
Olá Cableguy... eu havia tentado isso mas com o AddSingleLine2...
Agora funcionou...
A propósito, conseguiu dar uma olhada naquele código?
Obrigado novamente.
 

Cableguy

Expert
Licensed User
Longtime User
Olá Cableguy... eu havia tentado isso mas com o AddSingleLine2...
Agora funcionou...
A propósito, conseguiu dar uma olhada naquele código?
Obrigado novamente.
Ainda não tive tempo tem sido semanas complicadas
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…