toddsevans
Technical User
I'm curious if it is possible to replace a property such as FontBold with a variable. For example:
THISFORM.lblText1.VarName = .T.
in place of:
THISFORM.lblText1.FontBold = .T.
I'm trying to manipulate the appearance of text on a form without having to create a new variable for each font property.
THISFORM.lblText1.VarName = .T.
in place of:
THISFORM.lblText1.FontBold = .T.
I'm trying to manipulate the appearance of text on a form without having to create a new variable for each font property.