Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function StreamReadUInt32(const Src: TStream): Cardinal; | |
| 2 | function StreamReadUInt32(const Src: TStream; var BytesRead: Integer): Cardinal; |
Overload 1: function StreamReadUInt32(const Src: TStream): Cardinal;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream |
Returns: UInt32
Overload 2: function StreamReadUInt32(const Src: TStream; var BytesRead: Integer): Cardinal;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream | |
| 2 | BytesRead | Integer |
Returns: UInt32