Skip to main content
All docs
V26.1
  • TApplicationProperty.Property Property

    Specifies the source application property for the label widget.

    Declaration

    property &Property: TdxProjectVersionInfo.TProperty read; write; default TdxProjectVersionInfo.TdxProjectVersionInfo.TProperty.ProductName;

    Property Value

    Type Description
    TdxProjectVersionInfo.TProperty

    The source version information property stored in application resources.

    Remarks

    The Application Property widget can display an individual application property (product name, version number, copyrights, etc.) defined as part of version-related information stored in application resources.

    VCL Shared Libraries: Splash Form — "Application Property" Widget Examples

    Use Property to select the source application property for the widget.

    Available Options

    To obtain and display individual app resource values in the The Application Property widget, assign one of the following values to Property:

    TdxProjectVersionInfo.TProperty.Comments
    Optional build-related comments.
    TdxProjectVersionInfo.TProperty.CompanyName
    The application developer/publisher name (Developer Express Inc., for example).
    TdxProjectVersionInfo.TProperty.Custom
    A value that corresponds to the first custom-defined version information key.
    TdxProjectVersionInfo.TProperty.FileDescription
    An optional description of the application’s executable file.
    TdxProjectVersionInfo.TProperty.LegalCopyright
    Copyright information.
    TdxProjectVersionInfo.TProperty.LegalTrademarks
    Company trademark information.
    TdxProjectVersionInfo.TProperty.ProductName
    Default. The product (application) name (Mail Client Demo, for example).
    TdxProjectVersionInfo.TProperty.ProductVersion
    The current application version number (26.1, for example).

    Content Position/Alignment

    To position content horizontally and vertically within label widget boundaries, use the Alignment property.

    To change font size, typeface, color and apply supported font attributes to label text, use the following properties:

    FontName
    Specifies the font typeface used to display label text.
    FontSize
    Specifies font size.
    FontStyle
    TextColor
    Specifies label text color (with support for transparency).
    TdxSplashFormBase.TApplicationProperty.Property
    Specifies the source application property for the label widget.
    TdxSplashFormBase.TText.Text
    Specifies label widget content.

    Default Value

    The default Property value is TdxProjectVersionInfo.ProductName.

    See Also