[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_xmlutils' (#lazutils)

IsXmlName

Declaration

Source position: laz2_xmlutils.pas line 32

function IsXmlName(

  const Value: TXMLUtilString;

  Xml11: Boolean = False

):Boolean; overload;

function IsXmlName(

  Value: PXMLUtilChar;

  Len: Integer;

  Xml11: Boolean = False

):Boolean; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.