INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
DELPHI
DETAILS
Question: How do you work with INI files in Delphi?
Answer: These files are very useful when creating applications under cross platform. These files are very useful to create cross platform applications. Delphi uses .INI format in the form of .dsk file which makes a user to store important information about desktop. Comments can be added by specifying a semicolon. Also they are separated by an equal to sign.
|