How to handle specific classes

This appendix contains documentation on how to handle various classes that do not translate easily using TranslateComponent() or TranslateProperties(). Most classes are handled easily by just putting an ignore on some of their properties, while other classes need more advanced handling.

Please note, that the TComponent.Name property is always ignored by default, and doesn't need to be specified.

VCL, important ones

TP_GlobalIgnoreClassProperty(TAction,'Category'); 
TP_GlobalIgnoreClassProperty(TControl,'HelpKeyword');
TP_GlobalIgnoreClassProperty(TNotebook,'Pages');