QG_GetAreaBackgroundColor
QG_GetAreaBackgroundColor(areaRef; backColor):errorCode | |||
---|---|---|---|
![]() |
areaRef | Longint | QGrid area reference |
![]() |
backColor | Longint | Area background color |
![]() |
error | Longint | Error result |
Get the background color of the plug-in area
Parameter areaRef is the QGrid area reference. If areaRef is not a valid QGrid area reference, qg_paramErr error is returned.
Parameter backColor receives the background color. The background color is expressed in 4D's RGB color notation (0x00RRGGBB - see OBJECT SET RGB COLORS in 4D's documentation).
Related commands
QG_SetAreaBackgroundColor | Change the background color of the plug-in area |