forked from yonojoy/firemonkey-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Directly create FMX forms in a VCL application by TFmxVclForm.CreateNew(Owner, OriginalFormClass) * Improved FmxVclForm: * Workaround for issue vintagedave#12 * Support for ShowModal * Wrapped form should be available earlier * Bug: with some forms strange display errors, if original FMX form has Position poScreenCenter * Added class TInterfacedFmxVclForm<T: IInterface> to support forms, that exhibit an interface * Bug: ShowModal did not always work properly Cleaned up some hints * Added alias Parnassus.TFmxForm for TForm to avoid problems when needing to include VCL...TForm **and** FMX...TForm * Tab should always work in fullsize forms * Bug: TFmxVclForm must respect CloseQuery of the wrapped form * Bug: Actions of the wrapped form are not always executed correctly
- Loading branch information
Showing
1 changed file
with
174 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters