JVCL Help:TJvID3TextFieldsSizeRestriction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3TextFieldsSizeRestriction type
Search in JVCL Help
Search in all projectsSummary
Enumerates Text fields size restrictions.
Pascal
run\JvId3v2Types.pas
TJvID3TextFieldsSizeRestriction = (
tfszNoRestrictions,
tfszMax1024Char,
tfszMax128Char,
tfszMax30Char
);
Members
Members | Description |
tfszNoRestrictions | No restrictions. |
tfszMax1024Char | No string is longer than 1024 characters. |
tfszMax128Char | No string is longer than 128 characters. |
tfszMax30Char | No string is longer than 30 characters. |
Description
The TJvID3TextFieldsSizeRestriction type is used to specify a specific text fields size restriction.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page