Assuming you have acquired the Unifalcon components package full source portable, here is how you integrate it into your uniGUI project:
Open Delphi IDE → Tools → Options → Language → Delphi → Library. Add the Source folder and all subfolders (e.g., Core;Grids;Editors) to the Library Path.
When evaluating license texts, look for these clauses: unifalcon components package unigui full source portable
Enterprise clients often mandate code reviews. With full source, your security team can audit the client-side JavaScript (generated by the Pascal source) and server-side logic for vulnerabilities.
In your uniGUI MainModule or a DataModule, drop a TUniFalconGrid or TUniFalconUpload. Set properties as usual. Because you have source, you can also subclass these components (e.g., TMySpecializedGrid = class(TUniFalconGrid)). Assuming you have acquired the Unifalcon components package
These environments often require 100% code auditability and air-gapped development. A portable, full-source package allows deployment on isolated networks with no internet activation.
Summary
Appendix: Quick commands (examples)
If you want, I can:
Related search suggestions will be prepared.