Jump to content

load a TUniTreeView from a file


Guest

Recommended Posts

Message from: "koney"

 

hi,

i want to load a TUniTreeView from a file as following:

 

S :=3D GetModulePath(HInstance)+'Temp\Menu.txt';

if (FileExists(S)) then

begin

NavTreeView.Items.Clear;

NavTreeView.LoadFromFile(S);=20

end;

 

In desktop mode it works well, but in webmode there is a error message.

 

Koney.

 

 

 

__________ Information from ESET Smart Security, version of virus signature=

database 5692 (20101210) __________

 

The message was checked by ESET Smart Security.

 

http://www.eset.com

 

 

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"koney" wrote in message =

news:1ls0IMImLHA.2080@anaxagvs227...

hi,

i want to load a TUniTreeView from a file as following:

 

S :=3D GetModulePath(HInstance)+'Temp\Menu.txt';

if (FileExists(S)) then

begin

NavTreeView.Items.Clear;

NavTreeView.LoadFromFile(S);=20

end;

 

In desktop mode it works well, but in webmode there is a error =

message.

Logged Issue #669

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...