Unit AMCustAD |
TAMCustomAboutDialog - version 1.1 by AM Software copyright © 1997 Alexander Meeder This is a simple to use component with a few properties. It is an exact copy of the build-in 'About-dialog' (Windows API 'ShellAbout) except that it's now fully configurable. Properties: * AppName: the name of the application, empty by default, 'Application.Title' when empty at runtime * Caption: then caption of the dialog, empty by default, About + 'Application.Title' when empty at runtime * Copyright: default value 'Copyright © 199.' where . = current year * ExtraInfo: default empty, usefull for a copyright notice or the name of the programmer (max. 2 lines) * Hint: default empty, when 'ShowHint' and not empty then this is the hint for the Icon * Icon: default empty, when empty at runtim 'Application.Icon' * PhysicalMem: default 'Physical Memory Available to Windows:' * Registration: default 'This product is licensed to:' * ShowHint: default false * SystemRes: default 'System Resources' * TargetOS: default 'Windows 95' Events: * OnExecute: just before the About-dialog appears this event occurs * OnExecuted: just after the About-dialog is released this event occurs You can also test the dialog at runtime by right-clicking the component and choose 'Test AM Custom About Dialog' Version 1.0: First release Version 1.1: Second release, repared a problem when using Windows NT in combination with the GetFreeRes-function. There is no such function build in Windows NT so I have to test for the platform... Have a question, suggestion? Mail me at: ameeder@dds.nl
Classes |
TAMCustomAboutDialog -
TAMCustomAboutDialogEditor -
TfrmAboutDlg -
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |