Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[HELP]Delphi TEdit.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
xxgy0zaxx
Expert Cheater
Reputation: 0

Joined: 20 Mar 2008
Posts: 147

PostPosted: Sat Oct 25, 2008 3:00 pm    Post subject: [HELP]Delphi TEdit. Reply with quote

Hi , im trying to make a program in delphi , but i don't know how to do it so looking for a bet of a explanation.

So what im trying to do is that , when they open the program they see , 4 Different TEdit boxes. and each one i want to do something, One to save Name, Another save Address , another Phone Number , and another to save Email.

But i don't know how to. so please if someone can help me with a source or just explain that would be nice.

_________________
Back to top
View user's profile Send private message AIM Address
OSIRIS
Grandmaster Cheater
Reputation: 0

Joined: 27 Aug 2006
Posts: 654

PostPosted: Sat Oct 25, 2008 3:33 pm    Post subject: Reply with quote

Where are trying to save them to?
A database?
text file?
registry?
Back to top
View user's profile Send private message
imeantobebad
Master Cheater
Reputation: 0

Joined: 11 Jan 2007
Posts: 469
Location: Moree

PostPosted: Mon Oct 27, 2008 3:00 am    Post subject: Reply with quote

use ur imagination, put in what u need then search for something to do with saving to .txt files. Obviously ur gunna need 4 Tedit's and a TButton to save your info.
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Oct 27, 2008 6:05 am    Post subject: Reply with quote

He doesn't have to have a button, he could use the OnShow/Close events (TForm).

u would suggest using INIFiles, add it to the uses list, it's easier.

Code:
var Test: INIFile;
begin
Test:=TINIFile.Create('LOL.ini');
with Test do
 begin
  WriteString('Settings', 'Edit1', Edit1.Text);
 end;
end;
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites