Class TAboutProperty (unit DBExp)

Inherits from

TPropertyEditor

Constructors



Functions

procedure Edit;

########## About Property ############# function TAboutProperty.

function GetAttributes: TPropertyAttributes;

About:=TLMDAboutDlg.

function GetValue: string;


procedure SetValue(const Value: string);


Properties

Events

Variables


Constructors


Functions


procedure Edit;

########## About Property ############# function TAboutProperty.GetValue: string;


function GetAttributes: TPropertyAttributes;

About:=TLMDAboutDlg.Create(Application); with About do begin Appname:='DB-Export'; CaptionTitle:='DBExport'; CopyDelimiter:='|'; Copyright:='eMail: Martin.Zahl@Informatik.uni-oldenburg.de|Homepage: www.informatik.uni-oldenburg.de/~mzahl'; Version:=CVersion; Execute; Free; end;


function GetValue: string;


procedure SetValue(const Value: string);


Properties


Events


Variables