JVCL Help:TJvTranslator.UnskipProperty

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

Search in JVCL Help

 
Search in all projects
 

Summary

Removes a property from the internal skip list.


Pascal

 procedureUnskipProperty(AClass: TClass; constPropName: string);


Parameters

Parameters Description
AClass: TClass The class containing the property.
const PropName: string The name of the property.


Description

Call UnskipProperty to remove a property from the internal skip list. Removing the same property several times does nothing.


See Also

TJvTranslator.UnskipClass


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