Page 1 of 1

Property Parent Value

Posted: Tue May 29, 2018 11:44 am
by hmgchang
Dear Friends,

1. Most of the control definition have the Parent property. But the value it returns always Nothing. But i expect it to return the container form name. am i wrong ?
2. _HMG_SYSDATA[ 2] returns All the controls name, even the control is within a Panel window. Any function to identify which control belong to which form/panel ?
3. nHandle := form.handle , to get the handle number of a form/control, any function to work the other way around ? ie. cFormname := xyz( nHandle) ?

TIA

best rgds,
Chang