Class TOlfAboutDialogForm

Unit

Declaration

type TOlfAboutDialogForm = class(TForm)

Description

This item has no description.

Hierarchy

Overview

Fields

Public zoneLogo: TLayout;
Public LogoGlyph: TGlyph;
Public LogoImage: TImage;
Public lblTitre: TLabel;
Public lblVersion: TLabel;
Public lblURL: TLabel;
Public btnClose: TButton;
Public zoneTextes: TLayout;
Public zoneBouton: TLayout;
Public pnlDescription: TRectangle;
Public VertScrollBox1: TVertScrollBox;
Public lblDescription: TLabel;
Public pnlLicence: TRectangle;
Public VertScrollBox2: TVertScrollBox;
Public lblLicence: TLabel;
Public lblCopyright: TLabel;
Public btnLicenseInfo: TButton;
Public btnBuy: TButton;
Public btnRegister: TButton;
Public lblFooter: TLabel;
Protected FIsInUpdateTextFields: boolean;

Methods

Public procedure FormCreate(Sender: TObject);
Public procedure lblURLClick(Sender: TObject);
Public procedure FormClose(Sender: TObject; var Action: TCloseAction);
Public procedure btnCloseClick(Sender: TObject);
Public procedure FormResize(Sender: TObject);
Public procedure zoneTextesResize(Sender: TObject);
Public procedure FormActivate(Sender: TObject);
Public procedure FormShow(Sender: TObject);
Public procedure btnLicenseInfoClick(Sender: TObject);
Public procedure btnBuyClick(Sender: TObject);
Public procedure btnRegisterClick(Sender: TObject);
Protected procedure UpdateTextFields;
Public procedure SetImageList(ImageList: TCustomImageList; ImageListIndex: System.UITypes.TImageIndex = -1);

Properties

Public property Titre: string read FTitre write SetTitre;
Public property VersionNumero: string read FVersionNumero write SetVersionNumero;
Public property VersionDate: string read FVersionDate write SetVersionDate;
Public property Image: TImage write SetImage;
Public property MultiResBitmap: TFixedMultiResBitmap write SetMultiResBitmap;
Public property URL: string read FURL write SetURL;
Public property Licence: string read FLicence write SetLicence;
Public property Description: string read FDescription write SetDescription;
Public property onCloseDialog: TOlfAboutDialogCloseEvent read FonCloseDialog write SetonCloseDialog;
Public property onURLClick: TOlfAboutDialogURLClickEvent read FonURLClick write SetonURLClick;
Public property Langue: TOlfAboutDialogLang read FLangue write SetLangue;
Public property Copyright: string read FCopyright write SetCopyright;
Public property onFormActivate: TNotifyEvent read FonFormActivate write SetonFormActivate;
Public property onFormShow: TNotifyEvent read FonFormShow write SetonFormShow;
Public property onFormClose: TNotifyEvent read FonFormClose write SetonFormClose;
Public property onButtonLicenseClick: TNotifyEvent read FonButtonLicenseClick write SetonButtonLicenseClick;
Public property onButtonLicenseClickProc: TNotifyEvent read FonButtonLicenseClickProc write SetonButtonLicenseClickProc;
Public property onButtonBuyClick: TNotifyEvent read FonButtonBuyClick write SetonButtonBuyClick;
Public property onButtonBuyClickProc: TNotifyEvent read FonButtonBuyClickProc write SetonButtonBuyClickProc;
Public property onButtonRegisterClick: TNotifyEvent read FonButtonRegisterClick write SetonButtonRegisterClick;
Public property onButtonRegisterClickProc: TNotifyEvent read FonButtonRegisterClickProc write SetonButtonRegisterClickProc;
Public property onGetText: TOlfAboutDialogGetTextEvent read FonGetText write SetonGetText;
Public property onGetTextProc: TOlfAboutDialogGetTextProc read FonGetTextProc write SetonGetTextProc;
Public property onGetFooterText: TOlfAboutDialogGetTextEvent read FonGetFooterText write SetonGetFooterText;
Public property onGetFooterTextProc: TOlfAboutDialogGetTextProc read FonGetFooterTextProc write SetonGetFooterTextProc;

Description

Fields

Public zoneLogo: TLayout;

This item has no description.

Public LogoGlyph: TGlyph;

This item has no description.

Public LogoImage: TImage;

This item has no description.

Public lblTitre: TLabel;

This item has no description.

Public lblVersion: TLabel;

This item has no description.

Public lblURL: TLabel;

This item has no description.

Public btnClose: TButton;

This item has no description.

Public zoneTextes: TLayout;

This item has no description.

Public zoneBouton: TLayout;

This item has no description.

Public pnlDescription: TRectangle;

This item has no description.

Public VertScrollBox1: TVertScrollBox;

This item has no description.

Public lblDescription: TLabel;

This item has no description.

Public pnlLicence: TRectangle;

This item has no description.

Public VertScrollBox2: TVertScrollBox;

This item has no description.

Public lblLicence: TLabel;

This item has no description.

Public lblCopyright: TLabel;

This item has no description.

Public btnLicenseInfo: TButton;

This item has no description.

Public btnBuy: TButton;

This item has no description.

Public btnRegister: TButton;

This item has no description.

Public lblFooter: TLabel;

This item has no description.

Protected FIsInUpdateTextFields: boolean;

This item has no description.

Methods

Public procedure FormCreate(Sender: TObject);

This item has no description.

Public procedure lblURLClick(Sender: TObject);

This item has no description.

Public procedure FormClose(Sender: TObject; var Action: TCloseAction);

This item has no description.

Public procedure btnCloseClick(Sender: TObject);

This item has no description.

Public procedure FormResize(Sender: TObject);

This item has no description.

Public procedure zoneTextesResize(Sender: TObject);

This item has no description.

Public procedure FormActivate(Sender: TObject);

This item has no description.

Public procedure FormShow(Sender: TObject);

This item has no description.

Public procedure btnLicenseInfoClick(Sender: TObject);

This item has no description.

Public procedure btnBuyClick(Sender: TObject);

This item has no description.

Public procedure btnRegisterClick(Sender: TObject);

This item has no description.

Protected procedure UpdateTextFields;

This item has no description.

Public procedure SetImageList(ImageList: TCustomImageList; ImageListIndex: System.UITypes.TImageIndex = -1);

This item has no description.

Properties

Public property Titre: string read FTitre write SetTitre;

This item has no description.

Public property VersionNumero: string read FVersionNumero write SetVersionNumero;

This item has no description.

Public property VersionDate: string read FVersionDate write SetVersionDate;

This item has no description.

Public property Image: TImage write SetImage;

This item has no description.

Public property MultiResBitmap: TFixedMultiResBitmap write SetMultiResBitmap;

This item has no description.

Public property URL: string read FURL write SetURL;

This item has no description.

Public property Licence: string read FLicence write SetLicence;

This item has no description.

Public property Description: string read FDescription write SetDescription;

This item has no description.

Public property onCloseDialog: TOlfAboutDialogCloseEvent read FonCloseDialog write SetonCloseDialog;

This item has no description.

Public property onURLClick: TOlfAboutDialogURLClickEvent read FonURLClick write SetonURLClick;

This item has no description.

Public property Langue: TOlfAboutDialogLang read FLangue write SetLangue;

This item has no description.

Public property Copyright: string read FCopyright write SetCopyright;

This item has no description.

Public property onFormActivate: TNotifyEvent read FonFormActivate write SetonFormActivate;

This item has no description.

Public property onFormShow: TNotifyEvent read FonFormShow write SetonFormShow;

This item has no description.

Public property onFormClose: TNotifyEvent read FonFormClose write SetonFormClose;

This item has no description.

Public property onButtonLicenseClick: TNotifyEvent read FonButtonLicenseClick write SetonButtonLicenseClick;

This item has no description.

Public property onButtonLicenseClickProc: TNotifyEvent read FonButtonLicenseClickProc write SetonButtonLicenseClickProc;

This item has no description.

Public property onButtonBuyClick: TNotifyEvent read FonButtonBuyClick write SetonButtonBuyClick;

This item has no description.

Public property onButtonBuyClickProc: TNotifyEvent read FonButtonBuyClickProc write SetonButtonBuyClickProc;

This item has no description.

Public property onButtonRegisterClick: TNotifyEvent read FonButtonRegisterClick write SetonButtonRegisterClick;

This item has no description.

Public property onButtonRegisterClickProc: TNotifyEvent read FonButtonRegisterClickProc write SetonButtonRegisterClickProc;

This item has no description.

Public property onGetText: TOlfAboutDialogGetTextEvent read FonGetText write SetonGetText;

This item has no description.

Public property onGetTextProc: TOlfAboutDialogGetTextProc read FonGetTextProc write SetonGetTextProc;

This item has no description.

Public property onGetFooterText: TOlfAboutDialogGetTextEvent read FonGetFooterText write SetonGetFooterText;

This item has no description.

Public property onGetFooterTextProc: TOlfAboutDialogGetTextProc read FonGetFooterTextProc write SetonGetFooterTextProc;

This item has no description.

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