System.Net.URLClient.TURLResponse.FStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FStream: TStream;

C++

System::Classes::TStream* FStream;

Properties

Type Visibility Source Unit Parent
field protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLResponse

Description

Field intended as common stream to be used internally.

The FStream field points to an external stream or to FInternalStream.

FStream is only a pointer.

See Also