Tagged Questions
5
votes
3answers
139 views
is there a function or unit sames as TIniFiles that will not save to file?
I have a project that use Inifile for reading the data configuration.
I decided to save the configuration to the resource.
i would like to ask help if is there a Unit or function that same as ...
3
votes
3answers
2k views
Delphi ini file vista/xp/win7 Question
Update: I've added the following code:
function TSettingsForm.AppDataPath: string;
//CSIDL_APPDATA Individual user Data
//CSIDL_COMMON_APPDATA Common to Computer Data
// works so long as people ...
2
votes
5answers
367 views
Universal approach for storing INI-type settings and/or DB files on various Windows machines
OK, true confession first: Maybe it's just me, but sometimes "best practices for program settings" on Windows machines feels like it's changed more than Microsoft's data access strategies. I'm still ...
1
vote
3answers
398 views
reading 2 lines from IniFile
Trying again. On advice, adding the piece of code that I do understand. I am fine with the fact that I have to save 4 bits of information in two lines like so:
...
1
vote
0answers
296 views
IniFile Delphi save and load [closed]
Following from a question I have asked before I was wondering how I could save and load 4 bits of information that are related.
This is what the form will look like. I have a 8 editboxes and a ...
0
votes
3answers
286 views
writing and reading inifiles ordered
I want to know how I can write an Inifile so that I can read from it in order.
First of all writing it: Let say I have 2 strings I want to save (Name and Lastname).
This is a button. So it will be ...
0
votes
3answers
200 views
open database with initfile
how to open a database local or remote with IniFile.
something like the below.
vBanco : String;
IniFileName : TIniFile;
begin
IniFileName := ...