View Issue Details

IDProjectCategoryView StatusLast Update
0004142JEDI VCLcommonpublic2007-06-05 04:06
ReporterdkAssigned ToAHUser 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0004142: TJVCLAboutInfo
DescriptionThe TJVCLAboutInfo class is used in several components as the type of a AboutJVCL property, and the documentation states: "AboutJVCL is a property all JVCL components and controls have in common. It's used to display the version information of JVCL."

However, it seems that this is not working, because TJVCLAboutInfo is defined in JVCLVer.pas just as a type of constants with one possible value:

type
  TJVCLAboutInfo = (JVCLAbout);

I would suggest to discard TJVCLAboutInfo and all AboutJVCL properties. JVCL version information can instead easily be retreived using the constants defined in JVCLVer.pas.
TagsNo tags attached.

Activities

AHUser

2007-06-05 04:06

developer   ~0013158

TJVCLAboutInfo is a design-time-only version information property. The JVCL installs a design editor that shows the dialog if you press the ".." button in the property editor. At runtime it has and never had any use.

Issue History

Date Modified Username Field Change
2007-06-02 14:13 dk New Issue
2007-06-04 17:51 USchuster Project JEDI VCS => JEDI VCL
2007-06-05 04:06 AHUser Status new => resolved
2007-06-05 04:06 AHUser Resolution open => no change required
2007-06-05 04:06 AHUser Assigned To => AHUser
2007-06-05 04:06 AHUser Note Added: 0013158