Unit 'uhelper' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_barcodes]

strcpy

Declaration

Source position: uhelper.pas line 67

procedure strcpy(

  const aText: pchar;

  const aText2: pchar

);

procedure strcpy(

  const aText: pchar;

  const aText2: TByteDynArray

);

procedure strcpy(

  var aText: array of char;

  const aText2: pchar

);

procedure strcpy(

  var aText: array of Byte;

  const aText2: pchar

);

procedure strcpy(

  var AText: array of Byte;

  const aText2: TByteDynArray

);



CT Web help

CodeTyphon Studio