Maximum length for SkinName & Version?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36819
    Ronaldo Souza
    Participant

    Hi,

    I have to save the current skin name in a legacy binary configuration file and was wandering if there's an OFFICIAL maximum length for an internal skin, stored in a TsSkinManager, so I can reserve enough space for any future skins.

    I figure I must also save the AC version of the skins to avoid future conficts with AC version 11 or whatever. Is there an OFFICIAL maximum length for a version string?

    Thanks in advence,

    Ronaldo

    #54609
    Support
    Keymaster

    Hello

    These properties are just strings and has maximum length of strings in the Delphi (up to 2Gb).

    There is no special limitations in the package.

    #51075
    Ronaldo Souza
    Participant
    'Support' wrote:

    Hello

    These properties are just strings and has maximum length of strings in the Delphi (up to 2Gb).

    There is no special limitations in the package.

    Ok. I'll just convert them to short strings and take precautions for the off chance some crazy skin name gets longer than 255 chars. 🙂

    Thanks!

    Ronaldo

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.