I am trying to change the font colour of a label "on the fly"
In the actual dilaog:
Code: Select all
Font.Color = clBlue
But if I try and set it by a SetDialogProperty, for example:
Code: Select all
IF>a=1
SetDialogProperty>Dialog1,Label4,Font.Color,clGreen
ELSE
SetDialogProperty>Dialog1,Label4,Font.Color,clBlue
ENDIF
SetDialogProperty>Dialog1,Label4,Caption,MESSAGE!
Is this simply not supported or am I missing something?
Thank you.