mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
added debuln for OI fillcombobox
git-svn-id: trunk@6892 -
This commit is contained in:
parent
5481188c27
commit
5ff7db8121
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user