QPx_GetAreaBackgroundColor
QPx_GetAreaBackgroundColor(areaRef; areaRef):error | |||
---|---|---|---|
![]() |
areaRef | Longint | QPix area reference |
![]() |
backColor | Longint | Area background color |
![]() |
error | Longint | Error result |
Get the background color of a QPix area
Parameter areaRef is the QPix area reference. If areaRef is not a valid QPix area reference, qpx_paramErr error is returned.
Parameter backColor receives the background color. The background color is expressed in 4D's RGB color notation (0x00RRGGBB - see SET RGB COLORS in 4D's documentation).
Related commands
QPx_SetAreaBackgroundColor | Set the background color of a QPix area |