Property SLMultiInput.TSLOutputBufferSize.AutoSize
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLOutputBufferSize
| Contents | 
Syntax
Delphi:
property AutoSize : Boolean read FAutoSize write FAutoSize default True;
C++ Builder:
__property bool AutoSize = { read=FAutoSize,  write=FAutoSize,  default=True };
Summary
Specifies if the buffer size will be calculated automatically.
Description
Set this property to True to indicate that the buffer size
should be calculated automatically.
