Active Query Builder 2 .NET Edition reference
ShowQueryBuilderPropertiesForm Method



Dialog title.
Flags to display dialog tabs: Non-visual, visual properties of the QueryBuilder and properties of the SQL builder object specified by the builder parameter.
SQL Builder object to change it's properties.
Displays the dialog that allows to set various properties of the Query Builder and the SQL Builder components visually.
Syntax
'Declaration
 
Public Sub ShowQueryBuilderPropertiesForm( _
   ByVal title As System.String, _
   ByVal flags As QueryBuilderProperties, _
   ByVal builder As BaseSQLBuilder _
) 
'Usage
 
Dim instance As QueryBuilder
Dim title As System.String
Dim flags As QueryBuilderProperties
Dim builder As BaseSQLBuilder
 
instance.ShowQueryBuilderPropertiesForm(title, flags, builder)
public void ShowQueryBuilderPropertiesForm( 
   System.string title,
   QueryBuilderProperties flags,
   BaseSQLBuilder builder
)
public: void ShowQueryBuilderPropertiesForm( 
   System.string* title,
   QueryBuilderProperties flags,
   BaseSQLBuilder* builder
) 

Parameters

title
Dialog title.
flags
Flags to display dialog tabs: Non-visual, visual properties of the QueryBuilder and properties of the SQL builder object specified by the builder parameter.
builder
SQL Builder object to change it's properties.
Remarks
The dialog groups properties into three tabs. Each tab can be hidden by switching the appropriate flag off.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback