Re: GetDimensions is missing
Skybuck Flying <[email protected]> Fri, 13 Jan 2023 02:24:57 -0800 (PST)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
DynArrayDim actually exists and returns the number of dimensions for a dynamic array. I came across this in a posting on free pascal forum: https://forum.lazarus.freepascal.org/index.php?topic=31105.0 The Delphi help files are seperated into different helps, I only accessed the main help file and therefore I could not find any information on/about it. Delphi also has a system library help file and there one can actually find more information about it. This seperation of help information kinda sucks. I would recommend at least to create another help file or system that has all help information integrated into one, so that a single search might actually show something... Keeping the help files seperated is also a nice idea, to cut away clutter from other crap, but still, an integrated help file would help as well ! Bye for now, Skybuck.