JVCL Help:TJvID3BinaryFrame.SetData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3BinaryFrame.SetData Method
[+] TJvID3BinaryFrame Methods
[+] TJvID3BinaryFrame Properties
Search in JVCL Help
Search in all projectsSummary
Replaces the memory buffer associated with the binary field of the frame.
Pascal
functionSetData(P: Pointer; constSize: Cardinal): Boolean;
Parameters
Parameters | Description |
P: Pointer | Holds the new data for the binary field. |
const Size: Cardinal | The number of bytes P points to. |
Return Value
Returns true on success, false on failure.
Description
Use SetData to set the internal memory buffer to be the value passed in by P.
See Also
TJvID3BinaryFrame.GetData, TJvID3BinaryFrame.LoadFromFile, TJvID3BinaryFrame.LoadFromStream
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