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

ISysApi.ReadIniFileInteger

Declaration

Source position: _crw_crwapi.pas line 3680

function ISysApi.ReadIniFileInteger(

  const FileName: LongString;

  const SectionName: LongString;

  const Key: LongString;

  var Data: Integer;

  efMode: Integer = efConfig;

  svMode: Integer = svConfig

):Boolean;