The parent property is missing ?

Moderator: Rathinagiri

Post Reply
User avatar
TopsMarc
Posts: 80
Joined: Wed Apr 06, 2016 5:57 am
Location: Belgium (Flanders)

The parent property is missing ?

Post by TopsMarc »

Hi,
In the HMG Reference I read there are controls that have a parent property, available at control definition, e.g. a Label and a TextBox. But when I design a screen, and put some labels and textboxes on it, I don't see that parent property. Shouldn't it be there in the design screen ? See image.
Kind regards, Marc
Attachments
IMG 1.png
IMG 1.png (26.16 KiB) Viewed 2056 times
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: The parent property is missing ?

Post by esgici »

TopsMarc wrote:Hi,
In the HMG Reference I read there are controls that have a parent property, available at control definition, e.g. a Label and a TextBox. But when I design a screen, and put some labels and textboxes on it, I don't see that parent property. Shouldn't it be there in the design screen ? See image.
Kind regards, Marc
"Parent" property is the window (form) name that this control is on. In particular, "parent" property is meaningful for control(s) defined outside of its window (form) definition.

In IDE it's impossible to define a control without his "parent" nor define a control outside of this (active) form. Because you should define a window (form) before any control is on.

So, in IDE is meaningless define a "parent" to any control.

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
User avatar
TopsMarc
Posts: 80
Joined: Wed Apr 06, 2016 5:57 am
Location: Belgium (Flanders)

Re: The parent property is missing ?

Post by TopsMarc »

Hi mr. Esgici, Thank you for this clarification. Kind regards, Marc
Post Reply