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 


Delphi TPoint In IniFile ?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ups2000ups
I post too much
Reputation: 0

Joined: 31 Jul 2006
Posts: 2471

PostPosted: Sat Dec 15, 2007 5:23 am    Post subject: Delphi TPoint In IniFile ? Reply with quote

how do i save a TPoint into a ini file ?

I already tryed this ...
Code:

Ini.WriteString('xxx', '1', MousePos);
Ini.WriteInteger('xxx', '1', MousePos);
Ini.WriteTPoint('xxx', '1', MousePos);


some 1 know how to do it ?

_________________
dont complain about my english...
1*1 = 2?
Back to top
View user's profile Send private message
HolyBlah
Master Cheater
Reputation: 2

Joined: 24 Aug 2007
Posts: 446

PostPosted: Sat Dec 15, 2007 6:50 am    Post subject: Reply with quote

To write:
Code:
Ini.WriteInteger('MyPoint', 'X', MousePos.X);
Ini.WriteInteger('MyPoint', Y', MousePos.Y);

To read:
Code:
MousePos.X := Ini.ReadInteger('MyPoint', 'X', MousePos.X);
MousePos.Y := Ini.ReadInteger('MyPoint', Y', MousePos.Y);
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