QueryWizard Constructor (ClientConfig, Query, Point) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new QueryWizard object
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public QueryWizard(
ClientConfig ClientConfig,
Query Query,
Point Location
)
Public Sub New (
ClientConfig As ClientConfig,
Query As Query,
Location As Point
)
public:
QueryWizard(
ClientConfig^ ClientConfig,
Query^ Query,
Point Location
)
DataPAClientConfig.QueryWizard = function(ClientConfig, Query, Location);
Parameters
- ClientConfig
- Type: DataPAClientConfigClientConfig
The ClientConfig object for this wizard - Query
- Type: DataPA.Utils.QueryEngineQuery
A query object that the form will edit - Location
- Type: System.DrawingPoint
The location to draw the screen
Remarks See Also