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 0655048 commit 5197e6aCopy full SHA for 5197e6a
Source/fmx/WrapFmxControls.pas
@@ -434,6 +434,7 @@ procedure TControlsRegistration.RegisterWrappers(
434
APyDelphiWrapper.RegisterDelphiWrapper(TPyDelphiStyledControl);
435
APyDelphiWrapper.RegisterDelphiWrapper(TPyDelphiTextControl);
436
APyDelphiWrapper.RegisterDelphiWrapper(TPyDelphiStyleBook);
437
+ APyDelphiWrapper.RegisterDelphiWrapper(TPyDelphiPopup);
438
end;
439
440
{ TControlsAccess }
0 commit comments