Request : Keyword FONT for Dialog and Window

Post Reply
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Request : Keyword FONT for Dialog and Window

Post by Jimmy »

hi,

Child Control of a Dialog / Window need Keyword "OF" to identify Parent

now i must use FONT for every Control, which are same on Dialog / Window = same Parent
why when using OOP ...hm ... :idea:

---

when Parent have FONT, even when not use it, all Child will inherit it and can use it as Default
than Keyword FONT are only need for Control which want to use "other" Font

p.s. also FONT SIZE would be great
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: Request : Keyword FONT for Dialog and Window

Post by nageswaragunupudi »

Yes.
By default all child controls use the parent window/dialog. by default.
We can use FONT clause to assign a different font to the control different from the parent's font.
Regards

G. N. Rao.
Hyderabad, India
Post Reply