Specifies whether the input stream should be freed by the component.
Declaration
[C#/Java]
bool FreeInputStream;
bool FreeInputStream;
[VB.NET]
Property FreeInputStream As Boolean
Property FreeInputStream As Boolean
[Pascal]
property FreeInputStream: boolean;
property FreeInputStream: boolean;
[C++]
bool get_FreeInputStream();
void set_FreeInputStream(bool Value);
bool get_FreeInputStream();
void set_FreeInputStream(bool Value);
[PHP]
not available
not available
Description
Specifies whether the component should free the input stream. The default value is False.