[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TWriter.WriteInteger

Write an integer to the stream.

Declaration

public procedure TWriter.WriteInteger(

  Value: LongInt

); overload;

procedure TWriter.WriteInteger(

  Value: Int64

); overload;