Unit Olf.VCL.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 : 2025-05-25T16:14:43.933+02:00 Signature : a80902ee208d2490812cd2b82ee892890ae26afe ***************************************************************************

Uses

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
  • FR
  • EN
  • IT
  • PT
  • SP
  • DE
  • Manual
  • Auto
TOlfAboutDialogTxtID = (...);

This item has no description.

Values
  • About
  • Version
  • Date
  • VersionDate
  • CloseButton
  • Footer
  • LicenseInfoButton
  • BuyButton
  • RegisterButton
  • LicenseText
  • DescriptionText
  • TitleText
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.

About Dialog Box components (c) 2022-2026 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 1.0.2.