Fórum renomeando um nó no treeview #261652
13/12/2004
0
Anicetojunior
Curtir tópico
+ 0Posts
13/12/2004
Leanribas
exemplo
procedure TForm1.TreeView1Edited(Sender: TObject; Node: TTreeNode;
var S: String);
begin
tabela.locate(´campo´,Node.Text,[]);
tabela.Edit;
tabela.FieldByName(´campo´).asString := S;
tabela.Post;
end;
Falou.
Leandro
Gostei + 0
13/12/2004
Anicetojunior
Gostei + 0
13/12/2004
Leanribas
Leandro
Falou.
Gostei + 0
13/12/2004
Anicetojunior
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)