JVCL Help:TJvID3TextFieldsSizeRestriction

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates Text fields size restrictions.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

The TJvID3TextFieldsSizeRestriction type is used to specify a specific text fields size restriction.

run\JvId3v2Types.pas


About

Navigation

no pages or subcategories

run\JvId3v2Types.pas



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