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

ReadIniFileVariable

Declaration

Source position: _crw_fio.pas line 696

function ReadIniFileVariable(

  const FileName: LongString;

  const SectionName: LongString;

  const Format: LongString;

  var Data;

  efMode: Integer = efConfig;

  svMode: Integer = svConfig

):Boolean;