JVCL Help:TJvID3ControllerOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3ControllerOption type
Search in JVCL Help
Search in all projectsSummary
Enumerates options for a TJvID3Controller component.
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. |
Description
Use the TJvID3ControllerOption type to specify options for a TJvID3Controller component.
TJvID3ControllerOptions is a set of TJvID3ControllerOption values.
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