System.IniFiles.TCustomIniFile.ReadDateTime

From RAD Studio API Documentation
Jump to: navigation, search

API:System.IniFiles.TCustomIniFile.ReadDateTime

Description

Retrieves a date-time value from an ini file.

Call ReadDateTime to read a date-time value from an ini file. Section identifies the section in the file that contains the desired key. Ident is the name of the key from which to retrieve the date-time value. Default is the date-time value to return if the:

  • Section does not exist.
  • Key does not exist.
  • Data value for the key is not assigned.

See Also