JCL Help:IJclDynArrayTypeInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IJclDynArrayTypeInfo Interface
[+] JclRTTI.pas Interfaces
Search in JCL Help
Search in all projectsClass Hierarchy
IJclBaseInfo
|
IJclTypeInfo
|
IJclDynArrayTypeInfo
|
TJclDynArrayTypeInfo
Summary
Dynamic array RTTI interface.
Pascal
public IJclDynArrayTypeInfo = interface(IJclTypeInfo);
Description
IJclDynArrayTypeInfo is the interface for dynamic array types. RTTI for dynamic arrays is available as of Delphi 6. The interface provides methods and properties to query the element size, it's type (both RTTI as well as varType), the unit name of it's declaration and if the elements require clean-up.
About
Unit
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