JVCL Help:TJvTranslator.SkipProperty

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a class property to the internal skip list.


Pascal

 procedureSkipProperty(AClass: TClass; constPropName: string);


Parameters

Parameters Description
AClass: TClass The class containing the property.
const PropName: string the property to skip in the class.


Description

Call SkipProperty with a class and property name to add the property of 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

TJvTranslator.InSkipList


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