界面库
优化combox细节
This commit is contained in:
@@ -4269,6 +4269,13 @@ type TcustomComboBox=class(TCustomComboBoxbase)
|
||||
ShowDropDown(false);
|
||||
CallMessgeFunction(OnSelchanged,self(true),e);
|
||||
end
|
||||
FEdit.onmousedown := function(o,e)begin
|
||||
if Freadonly then
|
||||
begin
|
||||
e.skip := true;
|
||||
ShowDropDown(true);
|
||||
end
|
||||
end
|
||||
FEdit.Readonly := Freadonly;
|
||||
FListBox.parent := self;
|
||||
FEdit.parent := self;
|
||||
|
||||
Reference in New Issue
Block a user