Class TOlfAboutDialogForm
Unit
Declaration
type TOlfAboutDialogForm = class(TForm)
Description
Hierarchy
- TForm
- TOlfAboutDialogForm
Overview
Fields
![]() |
zoneLogo: TLayout; |
![]() |
LogoGlyph: TGlyph; |
![]() |
LogoImage: TImage; |
![]() |
lblTitre: TLabel; |
![]() |
lblVersion: TLabel; |
![]() |
lblURL: TLabel; |
![]() |
btnClose: TButton; |
![]() |
zoneTextes: TLayout; |
![]() |
zoneBouton: TLayout; |
![]() |
pnlDescription: TRectangle; |
![]() |
VertScrollBox1: TVertScrollBox; |
![]() |
lblDescription: TLabel; |
![]() |
pnlLicence: TRectangle; |
![]() |
VertScrollBox2: TVertScrollBox; |
![]() |
lblLicence: TLabel; |
![]() |
lblCopyright: TLabel; |
![]() |
btnLicenseInfo: TButton; |
![]() |
btnBuy: TButton; |
![]() |
btnRegister: TButton; |
![]() |
lblFooter: TLabel; |
![]() |
FIsInUpdateTextFields: boolean; |
Methods
![]() |
procedure FormCreate(Sender: TObject); |
![]() |
procedure lblURLClick(Sender: TObject); |
![]() |
procedure FormClose(Sender: TObject; var Action: TCloseAction); |
![]() |
procedure btnCloseClick(Sender: TObject); |
![]() |
procedure FormResize(Sender: TObject); |
![]() |
procedure zoneTextesResize(Sender: TObject); |
![]() |
procedure FormActivate(Sender: TObject); |
![]() |
procedure FormShow(Sender: TObject); |
![]() |
procedure btnLicenseInfoClick(Sender: TObject); |
![]() |
procedure btnBuyClick(Sender: TObject); |
![]() |
procedure btnRegisterClick(Sender: TObject); |
![]() |
procedure UpdateTextFields; |
![]() |
procedure SetImageList(ImageList: TCustomImageList; ImageListIndex: System.UITypes.TImageIndex = -1); |
Properties
![]() |
property Titre: string read FTitre write SetTitre; |
![]() |
property VersionNumero: string read FVersionNumero write SetVersionNumero; |
![]() |
property VersionDate: string read FVersionDate write SetVersionDate; |
![]() |
property Image: TImage write SetImage; |
![]() |
property MultiResBitmap: TFixedMultiResBitmap write SetMultiResBitmap; |
![]() |
property URL: string read FURL write SetURL; |
![]() |
property Licence: string read FLicence write SetLicence; |
![]() |
property Description: string read FDescription write SetDescription; |
![]() |
property onCloseDialog: TOlfAboutDialogCloseEvent read FonCloseDialog
write SetonCloseDialog; |
![]() |
property onURLClick: TOlfAboutDialogURLClickEvent read FonURLClick
write SetonURLClick; |
![]() |
property Langue: TOlfAboutDialogLang read FLangue write SetLangue; |
![]() |
property Copyright: string read FCopyright write SetCopyright; |
![]() |
property onFormActivate: TNotifyEvent read FonFormActivate
write SetonFormActivate; |
![]() |
property onFormShow: TNotifyEvent read FonFormShow write SetonFormShow; |
![]() |
property onFormClose: TNotifyEvent read FonFormClose write SetonFormClose; |
![]() |
property onButtonLicenseClick: TNotifyEvent read FonButtonLicenseClick
write SetonButtonLicenseClick; |
![]() |
property onButtonLicenseClickProc: TNotifyEvent
read FonButtonLicenseClickProc write SetonButtonLicenseClickProc; |
![]() |
property onButtonBuyClick: TNotifyEvent read FonButtonBuyClick
write SetonButtonBuyClick; |
![]() |
property onButtonBuyClickProc: TNotifyEvent read FonButtonBuyClickProc
write SetonButtonBuyClickProc; |
![]() |
property onButtonRegisterClick: TNotifyEvent read FonButtonRegisterClick
write SetonButtonRegisterClick; |
![]() |
property onButtonRegisterClickProc: TNotifyEvent
read FonButtonRegisterClickProc write SetonButtonRegisterClickProc; |
![]() |
property onGetText: TOlfAboutDialogGetTextEvent read FonGetText
write SetonGetText; |
![]() |
property onGetTextProc: TOlfAboutDialogGetTextProc read FonGetTextProc
write SetonGetTextProc; |
![]() |
property onGetFooterText: TOlfAboutDialogGetTextEvent read FonGetFooterText
write SetonGetFooterText; |
![]() |
property onGetFooterTextProc: TOlfAboutDialogGetTextProc
read FonGetFooterTextProc write SetonGetFooterTextProc; |
Description
Fields
![]() |
zoneLogo: TLayout; |
![]() |
LogoGlyph: TGlyph; |
![]() |
LogoImage: TImage; |
![]() |
lblTitre: TLabel; |
![]() |
lblVersion: TLabel; |
![]() |
lblURL: TLabel; |
![]() |
btnClose: TButton; |
![]() |
zoneTextes: TLayout; |
![]() |
zoneBouton: TLayout; |
![]() |
pnlDescription: TRectangle; |
![]() |
VertScrollBox1: TVertScrollBox; |
![]() |
lblDescription: TLabel; |
![]() |
pnlLicence: TRectangle; |
![]() |
VertScrollBox2: TVertScrollBox; |
![]() |
lblLicence: TLabel; |
![]() |
lblCopyright: TLabel; |
![]() |
btnLicenseInfo: TButton; |
![]() |
btnBuy: TButton; |
![]() |
btnRegister: TButton; |
![]() |
lblFooter: TLabel; |
![]() |
FIsInUpdateTextFields: boolean; |
Methods
![]() |
procedure FormCreate(Sender: TObject); |
![]() |
procedure lblURLClick(Sender: TObject); |
![]() |
procedure FormClose(Sender: TObject; var Action: TCloseAction); |
![]() |
procedure btnCloseClick(Sender: TObject); |
![]() |
procedure FormResize(Sender: TObject); |
![]() |
procedure zoneTextesResize(Sender: TObject); |
![]() |
procedure FormActivate(Sender: TObject); |
![]() |
procedure FormShow(Sender: TObject); |
![]() |
procedure btnLicenseInfoClick(Sender: TObject); |
![]() |
procedure btnBuyClick(Sender: TObject); |
![]() |
procedure btnRegisterClick(Sender: TObject); |
![]() |
procedure UpdateTextFields; |
![]() |
procedure SetImageList(ImageList: TCustomImageList; ImageListIndex: System.UITypes.TImageIndex = -1); |
Properties
![]() |
property Titre: string read FTitre write SetTitre; |
![]() |
property VersionNumero: string read FVersionNumero write SetVersionNumero; |
![]() |
property VersionDate: string read FVersionDate write SetVersionDate; |
![]() |
property Image: TImage write SetImage; |
![]() |
property MultiResBitmap: TFixedMultiResBitmap write SetMultiResBitmap; |
![]() |
property URL: string read FURL write SetURL; |
![]() |
property Licence: string read FLicence write SetLicence; |
![]() |
property Description: string read FDescription write SetDescription; |
![]() |
property onCloseDialog: TOlfAboutDialogCloseEvent read FonCloseDialog
write SetonCloseDialog; |
![]() |
property onURLClick: TOlfAboutDialogURLClickEvent read FonURLClick
write SetonURLClick; |
![]() |
property Langue: TOlfAboutDialogLang read FLangue write SetLangue; |
![]() |
property Copyright: string read FCopyright write SetCopyright; |
![]() |
property onFormActivate: TNotifyEvent read FonFormActivate
write SetonFormActivate; |
![]() |
property onFormShow: TNotifyEvent read FonFormShow write SetonFormShow; |
![]() |
property onFormClose: TNotifyEvent read FonFormClose write SetonFormClose; |
![]() |
property onButtonLicenseClick: TNotifyEvent read FonButtonLicenseClick
write SetonButtonLicenseClick; |
![]() |
property onButtonLicenseClickProc: TNotifyEvent
read FonButtonLicenseClickProc write SetonButtonLicenseClickProc; |
![]() |
property onButtonBuyClick: TNotifyEvent read FonButtonBuyClick
write SetonButtonBuyClick; |
![]() |
property onButtonBuyClickProc: TNotifyEvent read FonButtonBuyClickProc
write SetonButtonBuyClickProc; |
![]() |
property onButtonRegisterClick: TNotifyEvent read FonButtonRegisterClick
write SetonButtonRegisterClick; |
![]() |
property onButtonRegisterClickProc: TNotifyEvent
read FonButtonRegisterClickProc write SetonButtonRegisterClickProc; |
![]() |
property onGetText: TOlfAboutDialogGetTextEvent read FonGetText
write SetonGetText; |
![]() |
property onGetTextProc: TOlfAboutDialogGetTextProc read FonGetTextProc
write SetonGetTextProc; |
![]() |
property onGetFooterText: TOlfAboutDialogGetTextEvent read FonGetFooterText
write SetonGetFooterText; |
![]() |
property onGetFooterTextProc: TOlfAboutDialogGetTextProc
read FonGetFooterTextProc write SetonGetFooterTextProc; |
Generated by PasDoc 0.16.0.