FMX.Utils.ReverseBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReverseBytes(const Dest: Pointer; const Count: Integer);

C++

extern DELPHI_PACKAGE void __fastcall ReverseBytes _DEPRECATED_ATTRIBUTE0 (const void * Dest, const int Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Description

Warning: ReverseBytes is deprecated.

Reverses the bytes of a specified buffer.

P specifies the address of a buffer whose bytes to reverse.

Count specifies the size of the buffer, in bytes, specified by P.

The ReverseBytes overload points to the same buffer passed in as its argument.