TStreamHelper.WriteBuffer<T> Method

Overloads

WriteBuffer<T>(T)

Writes a value of a value type to the stream.

WriteBuffer<T>(T)

Writes a value of a value type to the stream.

Delphi
procedure WriteBuffer<T>(const value: T)

Type Parameters

T

Parameters

value
T