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

ReadIniFileLongInt

Declaration

Source position: _crw_fio.pas line 744

function ReadIniFileLongInt(

  const FileName: LongString;

  const SectionName: LongString;

  const Key: LongString;

  var Data: LongInt;

  efMode: Integer = efConfig;

  svMode: Integer = svConfig

):Boolean;