Skip to content

Commit 709f8c9

Browse files
committed
Fix TCustomForm.Show missing export
1 parent 1584e86 commit 709f8c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/script/imports/lcl/simba.import_lcl_form.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ procedure ImportLCLForm(Script: TSimbaScript);
893893
addGlobalFunc('procedure TLazCustomForm.SetRestoredBounds(ALeft, ATop, AWidth, AHeight: Integer);', @_LapeCustomForm_SetRestoredBounds);
894894
addGlobalFunc('function TLazCustomForm.ShowModal: Integer;', @_LapeCustomForm_ShowModal);
895895
addGlobalFunc('procedure TLazCustomForm.ShowOnTop;', @_LapeCustomForm_ShowOnTop);
896+
addGlobalFunc('procedure TLazCustomForm.Show;', @_LapeCustomForm_Show);
896897
addProperty('TLazCustomForm', 'BorderStyle', 'ELazFormBorderStyle', @_LapeCustomForm_Read_BorderStyle, @_LapeCustomForm_Write_BorderStyle);
897898
addProperty('TLazCustomForm', 'BorderIcons', 'ELazFormBorderIcons', @_LapeCustomForm_Read_BorderIcons, @_LapeCustomForm_Write_BorderIcons);
898899
addProperty('TLazCustomForm', 'Active', 'Boolean', @_LapeCustomForm_Active_Read);

0 commit comments

Comments
 (0)