We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6470d commit 96f95b3Copy full SHA for 96f95b3
Source/fmx/WrapFmxListBox.pas
@@ -79,7 +79,7 @@ procedure TListBoxRegistration.RegisterWrappers(
79
80
class function TPyListBoxItem.DelphiObjectClass: TClass;
81
begin
82
- Result := TListBox;
+ Result := TListBoxItem;
83
end;
84
85
function TPyListBoxItem.GetDelphiObject: TListBoxItem;
0 commit comments