Unit 'IdGlobal' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

ToBytesF

Declaration

Source position: IdGlobal.pas line 1042

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: char;

  ADestEncoding: IIdTextEncoding = Nil;

  ASrcEncoding: IIdTextEncoding = Nil

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: Int8

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: UInt8

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: Int16

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: UInt16

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: Int32

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: UInt32

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: Int64

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: TIdUInt64

); overload;

procedure ToBytesF(

  var Bytes: TIdBytes;

  const AValue: TIdBytes;

  const ASize: Integer;

  const AIndex: Integer = 0

); overload;



CT Web help

CodeTyphon Studio