Active Query Builder 2 .NET Edition reference
DynamicRightMargin Property



Instructs the component not to take into account leading spaces when counting line lenght to wrap.
Syntax
'Declaration
 
Public Property DynamicRightMargin As System.Boolean
'Usage
 
Dim instance As PlainTextSQLBuilder
Dim value As System.Boolean
 
instance.DynamicRightMargin = value
 
value = instance.DynamicRightMargin
public System.bool DynamicRightMargin {get; set;}
public: __property System.bool get_DynamicRightMargin();
public: __property void set_DynamicRightMargin( 
   System.bool value
);
See Also

Reference

PlainTextSQLBuilder Class
PlainTextSQLBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback