uUIElements Unit

*************************************************************************** Gamolf FMX Game Starter Kit Copyright 2024-2025 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** The "Gamolf FMX Game Starter Kit" is both a "technical" example of a video game developed in Delphi with everything you need inside and a reusable project template you can customize for your own games. The files provided are fully functional. Numerous comments are included in the sources to explain how they work and what you need to copy, override or customize to make video games without starting from scratch. *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://fmxgamestarterkit.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/Gamolf-FMX-Game-Starter-Kit *************************************************************************** File last update : 2025-01-14T18:45:08.000+01:00 Signature : 8eb845fe3603f5501bb66610a6ea89cb76600e46 ***************************************************************************

Package: Bubbleoid
 NameDescription
TUIItemsList

This class manage the user interface elements and movements between them.

Top
 NameDescription
IUIControl

Implement this interface on elements you want to add to TUIElements

Top