JVCL Help:TJvID3ControllerOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates options for a TJvID3Controller component.

run\JvID3v2Base.pas


Pascal

 run\JvID3v2Base.pas
 TJvID3ControllerOption = (
coAutoCorrect,
coRemoveEmptyFrames
);
TJvID3ControllerOptions = setof TJvID3ControllerOption;


Members

Members Description
coAutoCorrect Corrects the values of frames in the tag before a tag is written to a file.
coRemoveEmptyFrames Automatically removes empty frames before a tag is written to a file.

run\JvID3v2Base.pas


Description

Use the TJvID3ControllerOption type to specify options for a TJvID3Controller component.
TJvID3ControllerOptions is a set of TJvID3ControllerOption values.

run\JvID3v2Base.pas


About

Navigation

no pages or subcategories

run\JvID3v2Base.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