Skip to main content
All docs
V26.1
  • TdxProjectVersionInfo.TProperty Enum

    Enumerates application properties available as content sources for the Application Property widget.

    Declaration

    TProperty = (
        Custom,
        FileDescription,
        ProductName,
        ProductVersion,
        CompanyName,
        LegalCopyright,
        LegalTrademarks,
        Comments
    );

    Members

    Name Description
    Custom

    A value that corresponds to the first custom-defined version information key.

    FileDescription

    An optional description of the application’s executable file.

    ProductName

    Default. The product (application) name (Mail Client Demo, for example).

    ProductVersion

    The current application version number (26.1, for example).

    CompanyName

    The application developer/publisher name (Developer Express Inc., for example).

    LegalCopyright

    Copyright information.

    LegalTrademarks

    Company trademark information.

    Comments

    Optional build-related comments.

    Remarks

    Note

    TdxProjectVersionInfo.TProperty is a scoped enumeration type. Use the full type name together with a scope resolution token (. in Delphi or :: in C++Builder) followed by an enumeration value to refer to this value. For example, use TdxProjectVersionInfo.TProperty.ProductVersion (in Delphi) or TdxProjectVersionInfo::TProperty::ProductVersion (in C++Builder) to refer to the ProductVersion value in code.

    Direct TdxProjectVersionInfo.TProperty Type Reference

    The following property references the TdxProjectVersionInfo.TProperty type:

    TdxSplashFormBase.TApplicationProperty.Property
    A static multi-line label widget designed to display an application property in a Splash or Wait Form.
    See Also