Moderator: Enrico Maria Giordano
METHOD Button1OnClick( oSender ) CLASS TForm1
static bThemed := .T.
bThemed := !bThemed
::Caption := If( bThemed, "Con", "Sin" ) + " temas"
::Themed := bThemed
AEval( ::Controls, { | oControl | oControl:Themed := bThemed, ;
AEval( oControl:Controls, { | oControl | oControl:Themed := bThemed } ) } )
return
Return to All products support
Users browsing this forum: No registered users and 14 guests