Class TAboutBoxDlg (unit Aboutdlg)

Inherits from

TComponent

Freeware by Jeff Atwood This unit provides a standard About.. box for your application. It is modified from the example in the Delphi Component Writer's Guide. This is my first Delphi project of any scale, so if you can improve this code in any way, send me a copy! To use, select Options/Install Components... and select this file (ABOUTDLG.PAS) Thanks, Jeff JAtwood159@AOL.COM

Constructors



Functions

function Execute: Boolean;


Properties

property Comments : string


property Copyright : string


property ProductName : string


property Version : string


Events

Variables

dVersion : Word;


FComments : string;


FCopyright : string;


fileBuffer : Array [0..29] of Char;


fileHandle : THandle;


FProductName : string;


FVersion : string;


winFlags : LongInt;


wVersion : Word;



Constructors


Functions


function Execute: Boolean;


Properties


property Comments : string


property Copyright : string


property ProductName : string


property Version : string


Events


Variables


dVersion : Word;


FComments : string;


FCopyright : string;


fileBuffer : Array [0..29] of Char;


fileHandle : THandle;


FProductName : string;


FVersion : string;


winFlags : LongInt;


wVersion : Word;