Hello, Items specific to the Qt widget set Just a question. In some places I found such use of TQColor and QColorH var C: TQColor; begin QColor_setRgb(QColorH(@C),Red(AColor),Green(AColor),Blue(AColor)); end; Is it true, that PQColor can be casted as QColorH? It is rather strange for me. Best regards, Paul Ishenin.