JCL Help:RemoveTypeInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RemoveTypeInfo Function
Search in JCL Help
Search in all projects
Summary
Removes a generated RTTI structure.
Pascal
procedure RemoveTypeInfo(TypeInfo: PTypeInfo);
Parameters
Parameters | Description |
TypeInfo: PTypeInfo | Pointer to the user generated RTTI as returned by JclGenerateEnumType, JclGenerateEnumTypeBasedOn or JclGenerateSubRange. |
Description
RemoveTypeInfo removes a user generated RTTI structure.
About
Unit
Donator
Marcel Bestebroer
Notes
All generated types are stored in a list and get freed on finalization of the JclRTTI unit. Optionally you can use RemoveTypeInfo to remove a specific type.
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