Unit 'xmlxsdparser' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#libxml2]

xsdParseNonPositiveInteger

Declaration

Source position: xmlxsdparser.pas line 158

procedure xsdParseNonPositiveInteger(

  Chars: PAnsiChar;

  Len: Integer;

  out Value: Int64

);

function xsdParseNonPositiveInteger(

  Chars: PAnsiChar;

  Len: Integer

):Int64;

procedure xsdParseNonPositiveInteger(

  const S: AnsiString;

  out Value: Int64

);

function xsdParseNonPositiveInteger(

  const S: AnsiString

):Int64;


Documentation generated on: 2025-07-25