JVCL Help:TJvID3Controller.CopyFromID3v1Ctrl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Controller.CopyFromID3v1Ctrl Method
[+] TJvID3Controller Methods
[+] TJvID3Controller Properties
Search in JVCL Help
Search in all projectsSummary
Copies the properties of the ID3 v1 component to the relevant frames of the ID3 v2 tag.
Pascal
procedureCopyFromID3v1Ctrl(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 CopyFromID3v1Ctrl to copy the properties of the ID3 v1 component to the ID3 v2 tag. The new tag isn't actually written to the file until you call Commit.
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.CopyToID3v1, TJvID3Controller.CopyToID3v1Ctrl
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