JVCL Help:TJvID3Controller.CopyToID3v1Ctrl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Controller.CopyToID3v1Ctrl Method
[+] TJvID3Controller Methods
[+] TJvID3Controller Properties
Search in JVCL Help
Search in all projectsSummary
Copies the relevant frames of the ID3 v2 tag to the properties of the ID3 v1 component.
Pascal
procedureCopyToID3v1Ctrl(AID3v1: TJvID3v1; constDoOverwrite: Boolean = True);
Parameters
Parameters | Description |
AID3v1: TJvID3v1 | The ID3 v1 component. |
const DoOverwrite: Boolean = True | Specifies whether to overwrite the values of existing frames by the values of the ID3 v1 tag. |
Description
Call CopyToID3v1Ctrl to copy the ID3 v2 tag to the properties of the ID3 v1 component.
See CopyFromID3v1 for a list of ID3 v2 frames that correspond to ID3 v1 fields.
The tag controller must be active - Do this by setting Active to true or calling Open.
See Also
TJvID3Controller.CopyFromID3v1, TJvID3Controller.CopyFromID3v1Ctrl, TJvID3Controller.CopyToID3v1
About
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