johnf wrote: > Just to be clear are you guys discussing "dDropdownList" or "dListControl". > They are different. In general I thought "dDropdownList" does not need a > key?
dDropdownList and dListControl are indeed different, however they both inherit from dControlItemMixin and do similar things. They both have a ValueMode property which can be set to "Key", "String", or "Position". They both have Value, KeyValue, PositionValue, and StringValue properties. Other controls share the same functionality too, such as dListBox and dRadioList. None of these controls "need a key", except when you set ValueMode to "Key". Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
