JVCL Help:TJvID3AudioEncryptionFrame.CheckFrame@TJvID3HandleError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3AudioEncryptionFrame.CheckFrame Method
[+] TJvID3AudioEncryptionFrame Methods
[+] TJvID3AudioEncryptionFrame Properties
Search in JVCL Help
Search in all projectsSummary
Indicates whether the value(s) of the frame are valid.
Pascal
functionCheckFrame(constHandleError: TJvID3HandleError): Boolean; override;
Parameters
Parameters | Description |
const HandleError: TJvID3HandleError | Specifies how to handle errors. |
Return Value
The return value of CheckFrame depends on the value of HandleError:
HandleError | Return value |
heAutoCorrect | Always returns true. |
heRaise | Raises an error when the frame is invalid, otherwise returns true. |
heBoolean | Returns false when the frame is invalid, otherwise returns true. |
Description
CheckFrame is used by a tag controller, to check whether the value(s) of the frames in the tag are valid. When HandleError is set to heAutoCorrect, then CheckFrame will auto correct invalid frames.
See Also
TJvID3Frames.ChangeToVersion
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