[Overview][Constants][Types][Procedures and functions][Index] Reference for unit '_crw_fio' (#crwlib)

ReadIniFileDouble

Declaration

Source position: _crw_fio.pas line 720

function ReadIniFileDouble(

  const FileName: LongString;

  const SectionName: LongString;

  const Key: LongString;

  var Data: Double;

  efMode: Integer = efConfig;

  svMode: Integer = svConfig

):Boolean;