JVCL Help:TJvTranslator.SkipClass
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTranslator.SkipClass Method
[+] TJvTranslator Methods
[+] TJvTranslator Properties
Search in JVCL Help
Search in all projectsSummary
Adds a class to the internal skip list.
Pascal
procedureSkipClass(AClass: TClass);
Parameters
Parameters | Description |
AClass: TClass | The class to skip. Calling SkipClass with the same class multiple times, does nothing. |
Description
Call SkipClass with a class name to add the class to the skip list. The skip list is used by ComponentToXML to determine whether the properties of a class should be added to the returned XML string and by Translate to determine what to translate.
Note that even if a class is in the skip list, the Components array of the skipped class will still be iterated and checked if the Recurse parameter to ComponentToXML is true.
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