added debuln for OI fillcombobox

git-svn-id: trunk@6892 -
This commit is contained in:
mattias 2005-03-04 17:20:03 +00:00
parent 5481188c27
commit 5ff7db8121

View File

@ -1212,6 +1212,7 @@ begin
try
NewRow:=Rows[FItemIndex];
NewValue:=NewRow.Editor.GetVisualValue;
debugln('TOICustomPropertyGrid.FillComboboxItems A ',NewRow.Editor.ClassName,' ',NewRow.Editor.GetName,' NewValue="',NewValue,'"');
ValueComboBox.MaxLength:=NewRow.Editor.GetEditLimit;
ValueComboBox.Sorted:=paSortList in NewRow.Editor.GetAttributes;
ValueComboBox.Enabled:=not NewRow.IsReadOnly;