DataPA Enterprise Dashboard Controls API Reference

The Lookup type exposes the following members.

Constructors

  Name Description
Public method Lookup
Creates and returns a new Lookup object.

Methods

  Name Description
Public method ClearCache
Public method WaitForThread
Pauses while the lookup thread is still active

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Application
Gets and sets the RunDataPA Application object used to populate the lookup.
Public property Cached
Gets a value that indicates if there is cached data for this lookup.
Public property DataTable
Gets the DataTable that used to populate the lookup.
Public property DescriptionColumn
Gets the name of the column used to populate the lookup.
Public property ErrorMessage
Gets any error messages generated when the DataTable is built.
Public property ID
Gets and sets the unique identifier of the lookup this object represents.
Public property IndexColumn
Gets the name of the Column that is used to provide the value selected.
Public property Sort
Gets a value that indicates whether the lookup is sorted.

See Also