Search found 2 matches
- Fri Nov 19, 2004 7:46 am
- Forum: VCL
- Topic: TreeTree store abd reload (file and Stream)
- Replies: 7
- Views: 21412
Sorry for past time I still problème , if i execute this code>> no execption but infinite blocking !! try LoadTreeFromFile(TCustomTree(Tree1),'c:\tmp2.ttr'); except on E:exception do S:=E.message; end; I found in Teetree.pas where the Problème on function TeeTreeFindGlobalComponent(const Name: strin...
- Wed Nov 17, 2004 1:22 pm
- Forum: VCL
- Topic: TreeTree store abd reload (file and Stream)
- Replies: 7
- Views: 21412
TreeTree store abd reload (file and Stream)
Hello, Q1) STORE AND LOAD ON FILE if y use this code > the store on file is OK with file create file but reload is no possible ?? Tree1.NoOwnerShapes:=False; SaveTreeToFile(Tree1,'c:\tmp2.ttr'); Tree1.Clear; LoadTreeFromFile(TCustomTree(Tree1),'c:\tmp2.ttr'); //<< plantage Q2 ) STRORE AND LOAD ON ST...