Unit 'MarkDown.Utils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-md]

LeadingWhitespace

Declaration

Source position: markdown.utils.pas line 95

function LeadingWhitespace(

  const S: string

):Integer;

function LeadingWhitespace(

  const S: string;

  out aTabs: Integer

):Integer;

function LeadingWhitespace(

  const S: string;

  out aTabs: Integer;

  out aWhitespaceChars: Integer

):Integer;


Documentation generated on: 2025-12-15