JVCL Help:TJvPlugIn.PluginID
JVCL Help: TJvPlugIn.PluginID Property
Search in JVCL Help
Search in all projectsSummary
Identification (name) of the plugin.
Pascal
propertyPluginID: string;
Description
The PluginID property contains the ID (or name) of the plugin.
As a plugin writer you must set this property to the name (it's not required to set this to the Name property or even to a valid Delphi identifier, i.e. spaces and other symbols are allowed) of the plugin. Make sure the identification will be unique. A recommended way of doing this would be to use an identification string in the form of <company name or abbreviation>. <plugin name>.
The host application uses this property to display and identify which plugin(s) is/are loaded.
See Also
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