System.TMarshal.WriteByte
Delphi
class procedure WriteByte(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Byte); overload;
class procedure WriteByte(Ptr: TPtrWrapper; Value: Byte); overload;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure | public | System.pas | System | TMarshal | 
Description
Writes a single byte into a block of memory.
WriteByte copies the single byte Value at offset Ofs into the block of memory referenced by the Ptr wrapped pointer.