JCL Help:TJclDynArrayTypeInfo.ElementsNeedCleanup
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclDynArrayTypeInfo.ElementsNeedCleanup Property
[+] TJclDynArrayTypeInfo Methods
[+] TJclDynArrayTypeInfo Properties
Search in JCL Help
Search in all projects
Summary
Elements cleanup flag.
Pascal
public property ElementsNeedCleanup: Boolean;
Description
ElementsNeedCleanup is the element cleanup flag.
About
Donator
Marcel Bestebroer
Notes
The decision is made by examining the elType member of the type data. If it's not nil cleanup is required. For constructions that do not create RTTI for the elements this decision might be wrong (notably with record constructs containing long strings as in TMyArray = array of record x: Integer; y: string; end).
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