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

IsOption

Declaration

Source position: _crw_str.pas line 739

function IsOption(

  const arg: LongString;

  const shortopt: LongString = '';

  const longopt: LongString = '';

  Mode: Integer = om_Default;

  Delim: Char = '='

):Boolean;