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

FileCreateUTF8

Declaration

Source position: lazfileutils.pas line 127

function FileCreateUTF8(

  const FileName: string

):THandle; overload;

function FileCreateUTF8(

  const FileName: string;

  Rights: Cardinal

):THandle; overload;

function FileCreateUtf8(

  const FileName: string;

  ShareMode: Integer;

  Rights: Cardinal

):THandle; overload;

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