Unit Olf.FMX.AboutDialogForm
Description
C2PP ***************************************************************************
"About" dialog box as a Delphi Component Copyright (c) 2022-2026 Patrick PREMARTIN
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
***************************************************************************
An "about" dialog box component for VCL and FireMonkey Delphi projects.
***************************************************************************
Author(s) : Patrick PREMARTIN
Site : https://dialogueapropos.developpeur-pascal.fr/
Project site : https://github.com/DeveloppeurPascal/AboutDialog-Delphi-Component
*************************************************************************** File last update : 2026-03-31T17:22:20.000+02:00 Signature : a63e131431681c3ecf5f413a1df3d199a25b9f4a ***************************************************************************
Uses
- System.SysUtils
- System.Types
- System.UITypes
- System.Classes
- System.Variants
- FMX.MultiResBitmap
- FMX.Types
- FMX.Controls
- FMX.Forms
- FMX.Graphics
- FMX.Objects
- FMX.ImgList
- FMX.Layouts
- FMX.ExtCtrls
- FMX.Controls.Presentation
- FMX.StdCtrls
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class TOlfAboutDialogForm |
Types
TOlfAboutDialogLang = (...); |
TOlfAboutDialogTxtID = (...); |
TNotifyProc = reference to procedure(Sender: TObject); |
TOlfAboutDialogGetTextEvent = function(const ALang: TOlfAboutDialogLang; const ATxtID: TOlfAboutDialogTxtID): string of object; |
TOlfAboutDialogGetTextProc = reference to function
(const ALang: TOlfAboutDialogLang;
const ATxtID: TOlfAboutDialogTxtID): string; |
TOlfAboutDialogURLClickEvent = procedure(const AURL: string) of object; |
TOlfAboutDialogCloseEvent = procedure of object; |
Description
Types
TOlfAboutDialogLang = (...); |
|
This item has no description. Values
|
TOlfAboutDialogTxtID = (...); |
|
This item has no description. Values
|
TNotifyProc = reference to procedure(Sender: TObject); |
|
This item has no description. |
TOlfAboutDialogGetTextEvent = function(const ALang: TOlfAboutDialogLang; const ATxtID: TOlfAboutDialogTxtID): string of object; |
|
This item has no description. |
TOlfAboutDialogGetTextProc = reference to function
(const ALang: TOlfAboutDialogLang;
const ATxtID: TOlfAboutDialogTxtID): string; |
|
This item has no description. |
TOlfAboutDialogURLClickEvent = procedure(const AURL: string) of object; |
|
This item has no description. |
TOlfAboutDialogCloseEvent = procedure of object; |
|
This item has no description. |
Generated by PasDoc 1.0.2.