Show: Delphi
C++
Display Preferences
FMX.Types.ReverseBytes
From XE3 API Documentation
Delphi
procedure ReverseBytes(P: Pointer; Count: Integer);
C++
extern DELPHI_PACKAGE void __fastcall ReverseBytes(void * P, int Count);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
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.