JVCL Help:TJvID3ControllerDesigner.ID3Event

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Provides the interface for a method that can respond to ID3 events.


Pascal

 procedureID3Event(Event: TJvID3Event; Info: Longint); virtual;


Parameters

Parameters Description
Event: TJvID3Event The type of event that is occurring.
Info: Longint Additional information about the event. Its value depends on the type of ID3 event.


Description

Call ID3Event to pass information about data events to the tag designer.
The ID3Event method for TJvID3ControllerDesigner does nothing when informed of a data event. Override this method to allow the tag designer to respond to different types of events.


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