TCustomdxLookupTreeView.AssignField Property
Identifies the field in a ListSource dataset that matches the value of a DataField.
Declaration
property AssignField: string read; write;
Property Value
Type |
---|
string |
Remarks
Use AssignField to link a ListSource of the lookup TreeView to a DataSource. Though the name of the field specified as the AssingField must not to be the same as the name of the field specified as the DataField, the two fields must have the same values. Generally, the KeyField and AssignField in the lookup TreeView are the same, in which case you can leave the AssignField empty.
See Also