PCTableConstraintColumnDefinition::attributeLookupWithTypeFilter Method
Creates a lookup for the selection of attributes of the specified component.
Syntax
client server public static SysTableLookup attributeLookupWithTypeFilter(
FormControl _caller,
PCClass _component,
AttributeDataType _dataType,
[boolean _doLookup])
Run On
Called
Parameters
- _caller
Type: FormControl Class
The FormControl that will receive the chosen value from the lookup.
- _component
Type: PCClass Table
The component that owns the attributes.
- _dataType
Type: AttributeDataType Enumeration
The data type with which to filter the lookup.
- _doLookup
Type: boolean
A Boolean balue that indicates whether to perform the lookup.
Return Value
Type: SysTableLookup Class
A SysTableLookup object that represents the value lookup.