[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

StringCase

Declaration

Source position: line 0

function StringCase(

  const AString: ;

  const ACase: array of

):Integer; overload;

function StringCase(

  const AString: ;

  const ACase: array of ;

  const AIgnoreCase: Boolean;

  const APartial: Boolean

):Integer; overload;