Unit 'RLUtils' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_fortesreport]

CRC32

Declaration

Source position: rlutils.pas line 110

function CRC32(

  const Data;

  DataLen: Integer

):Cardinal; overload;

function CRC32(

  const Str: string

):Cardinal; overload;

function CRC32(

  Stream: TStream

):Cardinal; overload;



CT Web help

CodeTyphon Studio