Active Query Builder 2 .NET Edition reference
AddObjectFormOptions Property



Determines appearance of the Add Object Form.
Syntax
'Declaration
 
Public Property AddObjectFormOptions As AddObjectFormOptions
'Usage
 
Dim instance As QueryBuilder
Dim value As AddObjectFormOptions
 
instance.AddObjectFormOptions = value
 
value = instance.AddObjectFormOptions
public AddObjectFormOptions AddObjectFormOptions {get; set;}
public: __property AddObjectFormOptions* get_AddObjectFormOptions();
public: __property void set_AddObjectFormOptions( 
   AddObjectFormOptions* value
);
Remarks
The Add Object Form allows you to add objects (database objects and CTE) to the query. You can call it using the ShowAddObjectForm method. The user can open this form using Design Pane context menu. You can disable this form completely using the FormEnabled property.
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback