Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : Array of PTypeInfo with JvclInspector
| Subject: | Array of PTypeInfo with JvclInspector |
| Posted by: | "Nic Roche" (nicroc..@hotmail.com) |
| Date: | Mon, 30 May 2005 22:52:30 |
Hi,
I'm using the JvclInspector to dynamically create an editor from XML
data/schema.
All is good if I use distinct variables for PTypeInfo (enums, sets) and
String, Int, Boolean...
This is declaring (for argument sake) 50 of each of the above vars for the
possible values I may need.
I would like to use dynamic arrays instead. I have done a few POCs already
but the PTypeInfo in an array goes out of scope (and I also havre problems
with the intrinsic datatypes in arrays).
Has anyone trode this way before (using JvclInspector without knowledge of
the data which is loaded at runtime)?
tia
Nic Roche