codejock how to...
Publicado: Mié Mar 28, 2012 8:24 pm
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,
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,