JVCL Help:TJvTranslator.InSkipList@TClass@string
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTranslator.InSkipList Method (TClass, string)
[+] TJvTranslator Methods
[+] TJvTranslator Properties
Search in JVCL Help
Search in all projectsSummary
Checks if a specific class is skipped when creating XML with ComponentToXML
Pascal
functionInSkipList(AClass: TClass; constPropName: string): Boolean; overload;
Parameters
Parameters | Description |
AClass: TClass | The class to check. The specified class and all classes inherited from it are checked. |
const PropName: string | The name of the property to check. |
Return Value
True if PropName of AClass is in the skip list, false if it is not.
Description
InSkipList returns true if the specified class has been added to the skip list by a call to SkipClass. If a class is in the skip list, its properties will not be included in the XML string.
See Also
TJvTranslator.SkipClass, TJvTranslator.SkipProperty
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