JVCL Help:TJvTranslator.InSkipList@TObject

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

Search in JVCL Help

 
Search in all projects
 

Summary

Checks if a specific class instance is skipped when creating XML with ComponentToXML


Pascal

 functionInSkipList(Obj: TObject): Boolean; overload;


Parameters

Parameters Description
Obj: TObject The class instance to check.


Return Value

True if Obj is in the skip list, false if it is not.


Description

InSkipList returns true if the specified class instance 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


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