Unit Olf.FMX.AboutDialogForm
Description
***************************************************************************
"About" dialog box as a Delphi Component
Copyright 2022-2024 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.
***************************************************************************
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 : 03/08/2024 21:30:56 Signature : c598e45a6717599d947152bd3875f6ddc819b073 ***************************************************************************
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 = (...); |
Values
|
TOlfAboutDialogTxtID = (...); |
Values
|
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; |
Generated by PasDoc 0.16.0.