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

ExtractNameValuePair

Declaration

Source position: _crw_str.pas line 750

function ExtractNameValuePair(

  const arg: LongString;

  out Name: LongString;

  out Value: LongString;

  const Sign: Char = '=';

  Mode: Integer = 3

):Integer;