JCL Help:JclTypeInfo

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieve RTTI information.


Pascal

 function JclTypeInfo(ATypeInfo: PTypeInfo): IJclTypeInfo;


Return Value

An interface reference to the RTTI info for the specified type.


Description

JclTypeInfo retrieves and interface to RTTI information given a pointer to the type info structure. ATypeInfo can be obtained through a call to System.TypeInfo(type identifier) or through one of the JclGenerate* functions.


About

Unit

JclRTTI


Donator

Marcel Bestebroer


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