poIQueryCtrl GetDataSourcePropertyList

Gets a list of properties for the specified data source.

Syntax

poIQueryControl_handle GetDataSourcePropertyList source

Application

HyperView Tcl Query

Description

This command retrieves a list of properties for the specified data source.

Inputs

source
The source for which the list of properties is sought.

Example

To retrieve available properties for the source "node":
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
set pageIndex [myProjectName GetActivePage]
myProjectName GetPageHandle myPageName $pageIndex
set windowIndex [myPageName GetActiveWindow] 	
myPageName GetWindowHandle myWindowName $windowIndex	
myWindowName GetClientHandle myPostName
set modelIndex [myPostName GetActiveModel]
myPostName GetModelHandle myModelName $modelIndex
myModelName GetQueryCtrlHandle myQueryName
myQueryName GetDataSourcePropertyList node

Errors

Returns a list of properties, or an error code (HW_InvalidHandle) if the handle used to invoke the method is no longer valid.