Página 1 de 1

codejock how to...

Publicado: Mié Mar 28, 2012 8:24 pm
por Roberto
Hi,
I'm testing codejock, but I don't know how to create a control inside another, like this:
with object oGroup := TGroupBox():create(oForm)
:caption := "main group"
end
with object oLabel := TLabel():create( ??? )
:caption := "this is a label"
end
??? means: what should I have to put here to get oLabel inside oGroup?
tks for any help,

codejock how to...

Publicado: Lun Abr 09, 2012 11:30 am
por ignacio
??? = oGroup